configuration error: MachineToApplication

Bryan

Freshman
Joined
Jun 17, 2002
Messages
49
Location
Cedar Hill, TX
I am getting the following error when I try to view any asp.net page on my computer. Does anybody have any ideas how to fix it?
[horizontalrule]1[/horizontalrule]
Server Error in '/' Application.
--------------------------------------------------------------------------------

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: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:


Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Windows" />
Line 26:
Line 27:


Source File: c:\inetpub\wwwroot\AxisFellowship\web.config Line: 25


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
 
Is the folder containing the web application marked as an application under IIS?
To check go into administrative tools and run the IIS manager, if you expand the default website look for the AxisFellowship folder and bring up it's properties. On the bottom right there should be a button that says 'Create' (if it says remove then it is already an application) click on the button, hit okay and try to browse the page again.
 
PlausiblyDamp said:
Is the folder containing the web application marked as an application under IIS?
To check go into administrative tools and run the IIS manager, if you expand the default website look for the AxisFellowship folder and bring up it's properties. On the bottom right there should be a button that says 'Create' (if it says remove then it is already an application) click on the button, hit okay and try to browse the page again.
thanks for the help, it worked.
 
Back
Top