Welcome Guest Search | Active Topics | Sign In | Register

EO.Web.Runtime Error when using Virtual Directories Options
Loren Dorez
Posted: Thursday, September 3, 2009 6:10:30 PM
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
eo_support
Posted: Tuesday, September 8, 2009 8:53:21 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.