Re: IE prompts for a password when using anonymous authentication
- From: "David Wang [Msft]" <someone@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 20:44:45 -0800
It sounds like you have authorization enabled for your ASP.Net web
application within ASP.Net
When you hit cancel and the site works as expected, that tells me anonymous
authentication is working just fine from IIS. And since you say that IIS
only has anonymous authentication enabled, it tells me that something else
is triggering the user login. Something like ASP.Net URL Authorization.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Adam Ainger" <AdamAinger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B20BFED7-7316-4EB7-8DB3-70530D56A824@xxxxxxxxxxxxxxxx
Hi everyone,
I have developed an ASP.NET web application and have deployed it to a
production server. The web application has only a single page with the
page_load event having no code in it. The virtual directory in IIS is
setup
with anonymous access only. The user that virtual directory is setup to
run
under has administrative privilages on the server.
Whenever I visit the deployed site I get prompted for a username and
password. If I enter my username and password the page I was trying to
access
is not displayed and I get prompted for a username and password again. If
I
press cancel, the page is displayed and the site works as expected.
I've spent a long time investigating this issue and have been unable to
get
to the bottom of it. It's extremely important that I fix this issue as it
is
affecting a live site.
Has anyone experienced this issue themselves? Or perhaps know how to fix
it?
Any help that can be passed on would be gratefully received.
Many thanks
Adam Ainger
.
- Follow-Ups:
- Re: IE prompts for a password when using anonymous authentication
- From: Adam Ainger
- Re: IE prompts for a password when using anonymous authentication
- Prev by Date: Re: keep IIS in RAM
- Next by Date: Re: keep IIS in RAM
- Previous by thread: Re: IE prompts for a password when using anonymous authentication
- Next by thread: Re: IE prompts for a password when using anonymous authentication
- Index(es):
Relevant Pages
|