Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Hello,
I have a website and it has a Folder called "ContactOne" with a few ASPX files in there. I setup a Virtual Directory as "/ContactOne" and set the home page to one of the files within the folder. I get a Runtime error when i try to go to that virtual directory
Configuration Error 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 'EO.Web' or one of its dependencies. The system cannot find the file specified. (C:\inetpub\wwwroot\Demo\SignalSimon\web.config line 34)
Source Error:
Line 32: <system.web> Line 33: <httpModules> Line 34: <add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/> Line 35: </httpModules> Line 36: <!--
Source File: C:\inetpub\wwwroot\Demo\SignalSimon\web.config Line: 34
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This appears to be an IIS setup issue. By default IIS creates an application for you when you create a virtual directory. So you are dealing with two separate applications here. So you will need to delete the application on the virtual directory.
Thanks!
|