Authentication problems with new IIS, ASP.NET install

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've installed VisualStudio.net 2002.

When I create a web project and try to access it I get an authentication box
asking me for a username & password, this isn't supposed to happen right?

I guess the authentication settings are screwed. Can anyone help me to
correct this?
 
Hi Naeem,

One of the possible reason is that you are not accessing resources using
anonymous access method in ISS.Your autentication method may be "Basic".

If this is so change the method of authentication to "anonymous".Here you
should keep in the mind that anonymous users shoud have proper
previlages.Simply go to the web site and change the authentication method
type.

If you still suffering the same problem let me know I will help you.

Thanks,
Bhavesh Patel
Software Engg.,
Elegant Microweb Pvt Ltd,
Ahmedabad
 
Back
Top