I have a developer environment with two sites configured with anonymous access. Everything was working fine until I migrated to a VM. Now each time I try to enter I get a 401.2 error. I've searched all over the place and tried fixes from various MS knowledgebases but I can't get past the message. If I enable basic authentication it works but I need it to work without authentication.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
We were having the same issue just now and solved it by brute forcing some settings and for us enabling windows authentication with hard coded credentials (the machine's login) solved the problem. It's not really anonymous like we like it, but client (browser) side you won't be prompted. |
|||||
|
|
the problem was that our app was nested inside another app, after changing the virtual location for the app, the problem went away |
|||||
|