I know it is Saturday, but I am trying to setup Enterprise Server to test. I have taken the time to read several posts on the forum to resolve this error, but to no avail and I am lost. One thing is I can successfully load the test website's default.htm page to make sure the site is up and running. One of the posts suggest to test to see if ES is running by trying to access the status.aspx page. I attempted to do this and I get this Server Error page:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'InstantASP.Common' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\web.config line 80)Source Error: Line 78: <httpModules> Line 79: <!-- HttpModule used to manage user authentication -->Line 80: <add type="InstantASP.Common.HttpModule.SecurityModule, InstantASP.Common" name="SecurityModule"/>Line 81: <!-- HttpModule used to perform dynamic URL rewriting -->Line 82: <add type="InstantASP.Common.HttpModule.RewriterModule, InstantASP.Common" name="RewriterModule"/>Source File: C:\Inetpub\wwwroot\web.config Line: 80
Line 78: <httpModules> Line 79: <!-- HttpModule used to manage user authentication -->Line 80: <add type="InstantASP.Common.HttpModule.SecurityModule, InstantASP.Common" name="SecurityModule"/>Line 81: <!-- HttpModule used to perform dynamic URL rewriting -->Line 82: <add type="InstantASP.Common.HttpModule.RewriterModule, InstantASP.Common" name="RewriterModule"/>
Version Information: Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433
Before I go into anymore detail, I figure I need to make sure I can successfully load this page before anything else will start to work. What is the problem?
Thanks,
Jeff