views:

18

answers:

0

I have an asp.net mcv site I'm trying to build, and integrate windows authentication for domain user groups. I have Authentication mode = windows on, and have messed with several other settings and switches both in the website and the iis manager, but all result in the same thing.

Everything works in testing on the localhost, pages display or decline based on the user's domain memberships. However, if I publish, then go to a page of the site that requires authentication OR enumerates based on windowsidentity, I get a 404. Pages that don't interact with Active Directory display correctly both on the localhost, and the web server.

Am I missing a concept somewhere?