Hello All ,
I have an application hosted in IIS 7.0. I am trying to log the Unauthorized users in to the database . But with my current web.config settings , its asking credentials for Unauthorized users who try to access the site.
1. In Authorization Rules I have added All Users and Web_User role in Local Entry Type.
2. Under Authentication I have enabled Windows Authentication .
3. In the App pool Identity , I have given a service account. The service account has Admin privileges.
Please find the settings in web.config file.
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<handlers>
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, ...
Go to the complete details ...