user23048345
user23048345

Reputation: 3173

IIS6 Anonymous Access problem

I'm having a problem with configuring IIS6 for anonymous access. I've followed most of the suggestions in google search results however, whatever I seem to try results in the site prompting for a username and password.

This is what I've done:

WHen I browse to the site from IE or Firefox I'm prompted for a username/password - even though anonymous access is supposedly enabled. What is going wrong?

Upvotes: 2

Views: 2683

Answers (1)

Mantorok
Mantorok

Reputation: 5266

Couple of things to try:

  • Ensure Integrated Windows Authentication is ticked
  • Ensure that the folder has given permissions to Authenticated Users and the anonymous IIS user (which I think is IUSR_machine)
  • If it's an ASP.Net site ensure ASPNET (machine account) user also has access

Upvotes: 4

Related Questions