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
Sorry for the delay on this. That error looks to be related to loading components of an InstantASP product, not enterprise server. We don't use any InstantASP binaries or the like within Enterprise Server, so that particular error message is happening outside of the ES itself.
A couple quick questions just to get a lay of the land:
1) Did you use the .exe to install ES or the compressed .zip manuall install?
2) Did you load it on a server OS or a workstation OS?
3) Do you have any other sites running? That error looks like it is coming from a web.config created or modified to use with a web forum, FAQ, or the like.
Thanks!
Dustin