Hi All,
I have Website application in Visual Studio 2008... When i Build/Run this web application it will give this Configuration Error:
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 52: ASP.NET to identify an incoming user.
Line 53: -->
Line 54: <authentication mode="Windows">
Line 55: <forms loginUrl="~/Authenticate/Login.aspx" name=".ASPXFORMSAUTH" defaultUrl="~/Admin/Home.aspx"/>
Line 56: </authentication>
==============================
Please help me in this........
Thanks
NAEEM