Commerce Edition Sample Stores Manager Sites Do Not Display after Being Opened, Closed, or ReloadedID: Q236074
|
When you click the Close Store, Open Store, or Reload Store button in the Manager site for any of the sample stores included with Site Server, Commerce Edition (for example, Mspress30, located at http://localhost/mspress30/manager), the following error message occurs:
The following HTTP error is displayed at the bottom of the page:The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed at the top of the page.
However, the page will be displayed if it is refreshed.HTTP Error 500-12 Application Restarting
Internet Information Services
To resolve this problem, use the following workarounds for the each of the sample stores:
Note: To make a line into comment (known as "commenting out"), add a single quotation mark (') to the beginning of the line. For example, the following line has been commented out:
' Response.redirect Request.ServerVariables("URL")
Market Sample Store
Response.redirect Request.ServerVariables("URL")
Response.redirect Request.ServerVariables("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
Response.redirect Request("URL")
This problem occurs with any version of Site Server 3.0, Commerce Edition.
Additional query words: ASP ss3
Keywords :
Version : winnt:3.0
Platform : winnt
Issue type : kbprb
Last Reviewed: July 9, 1999