When I downloaded one project and running it, I am getting configuration error as
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.
ASP.NET to identify an incoming user.
Line 29: -->
Line 30: <authentication mode="Windows"/>
Line 31: <!--
Line 32: The <customErrors> section enables configuration
Go to the complete details ...