Hi, I've run into an annoying problem on our Win2k3 IIS 6.0 production server, we've had this server running for a couple of years now, and only now we have a customer that is trying to run *.aspx files, but when he does it prompts for a user and pass (but anon access should be allowed), so it results in a 401.3 error or a 401.1 error (depending on if you hit esc or try any username/pass combo for a user on the server, even admin)
This ONLY happens with *.aspx files though, *.asp, *.php, or any other I can think of run fine. I have scoured the internet and haven't found an exact situation of my issue, and all of the closest ones I've had no luck with
The computer is not on a domain
Heres what I've tried so far:
- Reapplied permissions on the given root web folder for the site for IUSR_<our servers name> account
- Confirmed that The sites app pool is running as the network_service account
- Reinstalled .net framework 2.0
From my research the main difference seems that this only happens with aspx files.
Any help on this billionth occuring 401.x problem would be appreciated.