Bryan Posted July 29, 2004 Posted July 29, 2004 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 Quote
Administrators PlausiblyDamp Posted July 29, 2004 Administrators Posted July 29, 2004 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Bryan Posted July 29, 2004 Author Posted July 29, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.