|
| Windows Authentication Dialogue Keeps Popping up |
 |
Tue, 22 Aug 2006 11:47:07 +000 |
Confession up front: ASP.NET newbie here.
Can anyone tell me what setting I have screwed up?
Everything runs fine on my local machine. But on a live web server, when
browsing any of the pages, the windows authentication dialogue box keeps popping
up.
Thanks.
|
| Post Reply
|
| Re: Windows Authentication Dialogue Keeps Popping up |
 |
Tue, 22 Aug 2006 11:51:27 +000 |
The anonymous account for your website doesn't have the correct file permissions
to the directory where your website is. You'll need to grant it the correct file
permissions.
Ryan
|
| Post Reply
|
| Re: Windows Authentication Dialogue Keeps Popping up |
 |
Wed, 23 Aug 2006 01:32:17 +000 |
There are many reasons that cause IE to prompt for login, refer
Internet Explorer May Prompt You for a Password
http://support.microsoft.com/?id=258063
if it's designed for anonymous access, ensure the iusr acc has at least READ
NTFS permission on resource.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|