If anyone is experienced with IIS and ASP.NET can help me with a small problem. I just got my first server and I am still getting used to it. I create a simple blank website in Visual Web Developer, and publish it to a test folder on my server.
I created the folder as its own website, and gave it its own Virtual Directory.
When I go to the site, I get the following error.....
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 49: ASP.NET to identify an incoming user.
Line 50: -->
Line 51: <authentication mode="Forms" />
Line 52: <!--
Line 53: The <customErrors> section enables configuration
Source File: C:\Inetpub\vhosts\site\httpdocs\test\web.config Line: 51
Am i forgetting something? HTML files and regular aspx files work fine, but anything with a web.config file in it doesnt work.
Steve? Jesus Christ, man. Jesus.
EDIT: Oh, and sorry for not actually being helpful in any way.
im just guessing This error can be caused by a virtual directory not being configured as an application in IIS.