have a site a developer created in IIS 7: http://notes-dev.my domain.com/TTINotes/SimulatedWebApp.aspx and get this 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 29: </controls>
Line 30: </pages>Line 31: <profile defaultProvider="DefaultProfileProvider"> Line 32: <providers>
Line 33: <add name="DefaultProfileProvider" type="System.Web.Providers.DefaultProfileProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" applicationName="/"/> |
Source File: C:\Sites\Notes\ttinotes\web.config Line:
31
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. (C:\Sites\Notes\ttinotes\web.config line 36) 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. (C:\Sites\Notes\ttinotes\web.config line 46) |