Hi,
I have a web app hosted in IIS7 and I have set the appPool to run as administrator. Now if the user logs in (form authentication), the IIS will use administrator account (in the appPool) to access the database however if the user does not log in then IIS will use 'NT AUTHORITY\IUSR' account which is causing an error: Login failed for user 'NT AUTHORITY\IUSR'.
can anyone please explain why it is not using the administrator account while the user does not login?