How to Run a Publication |
Once you have published your web pages and started the Rules Service, you can run the published server pages (ASP or JSP files). These web pages must be accessed via the HTTP protocol, not via the file system. To run your publication in a web browser:
http://localhost/<virtual folder name>/<publication configuration name>.[asp|jsp] For example: http://localhost/MyWebApplication/MyPublication.asp
NOTE: If you see an error message like the following, you first have to register the USoft Page Engine in Microsoft Component Services. Server object error 'ASP 0177 : 80004005' Server.CreateObject Failed /PublicationFolder/MyPublication.asp, line 12 Unspecified error After publication, you must not rename the publication folder. This is because the published server pages contain hard-coded references to this folder. |