Search Results

3
votes
5answers
2k views

ASP MVC Preview 5 and IIS 6 Windows Authentication

I've just built a basic ASP MVC web site for deployment on our intranet. It expects users to be on the same domain as the IIS box and if you're not an authenticated Windows User, you should not get …
6
votes

ASP MVC Preview 5 and IIS 6 Windows Authentication

After extensive Googling I managed to find a solution on the following MSDN article: How To: Create a Service Ac …