IIS is requiring a password

  • Thread starter Thread starter mbrand
  • Start date Start date
M

mbrand

I just installed the .NET 2.0 framework and now I can't get to anything
that is an ASP.NET page, it keeps asking for a username/password when I
browse to the page. This is both trying to browse to it from the
server and from a remote computer. I tried uninstalling the framework
but it still has the same problem. Any ideas?
 
I just installed the .NET 2.0 framework and now I can't get to anything
that is an ASP.NET page, it keeps asking for a username/password when I
browse to the page. This is both trying to browse to it from the
server and from a remote computer. I tried uninstalling the framework
but it still has the same problem. Any ideas?

Yup! :)
Set the "Directory Security" / "Edit" (the top one) and set "Enable
Anonymous Access" to true.

..t
 
Did you configure your application for Windows authentication ?

If you want to allow anonymous access, configure the Default Web Site to allow it,
in the Directory Security tab, in the Internet Service manager.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top