How to Run a Publication

Previous Next

See Also

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:

1. Start your browser.
2. In the Address / Location field, specify:

http://localhost/<virtual folder name>/<publication configuration name>.[asp|jsp]

For example:

http://localhost/MyWebApplication/MyPublication.asp

3. Enter your user name and password in the Login page.

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.