L
lgalusha
We creating intranet web pages which run under ASP.NET and IIS 6.
We don't want the user to have to type a password so we are using Windows
Authentication.
The web.config file has the following set:
<authentication mode="Windows"/>
<identity impersonate="true"/>
In IIS, the only item checked under the Authentication Methods parameters is
"Integrated Windows Authentication".
We have set the NTFS permissions on each folder that contains a web app so
that the NTFS permissions determine who gets access to each app.
We have also set our internal domain via group policy to be a trusted domain
in IE so that we don't run in to any problems because IE thinks our apps are
internet sites.
We seem to have everything set correctly and users can get on and use the
apps just fine. However several times a week users start getting prompted
for credentials and no matter what they type the credentials are not
accepted. If we do an IISReset on the offending server the problem
disappears for a few days.
Any ideas?
We don't want the user to have to type a password so we are using Windows
Authentication.
The web.config file has the following set:
<authentication mode="Windows"/>
<identity impersonate="true"/>
In IIS, the only item checked under the Authentication Methods parameters is
"Integrated Windows Authentication".
We have set the NTFS permissions on each folder that contains a web app so
that the NTFS permissions determine who gets access to each app.
We have also set our internal domain via group policy to be a trusted domain
in IE so that we don't run in to any problems because IE thinks our apps are
internet sites.
We seem to have everything set correctly and users can get on and use the
apps just fine. However several times a week users start getting prompted
for credentials and no matter what they type the credentials are not
accepted. If we do an IISReset on the offending server the problem
disappears for a few days.
Any ideas?