Estoy intentando implementar una aplicación asp.net en nuestro servidor mientras recibo el siguiente error.Cómo resolver el error "Error de servidor en '/' Aplicación"?
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 63: ASP.NET to identify an incoming user.
Line 64: -->
Line 65: <authentication mode="Windows"/>
Line 66: <!--<forms loginUrl="~/SCR.UI/Login1.aspx"/>
Line 67: </authentication>-->
Source File: D:\BarclaysPayamentManagementSystem\scr.ui\web.config Line: 65
¿Cuál es la razón y cómo resolverlo?
Por favor, ayuda
[Es un error utilizar una sección registrada como allowDefinition = 'MachineToApplication' más allá del nivel de aplicación] (http://forums.asp.net/t/769696.aspx) – rahul