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 …
-1
votes

Why is Asp.net MVC Beta crashing my IIS7?

Today. I had IIS 6 crash on Server 2003 when I upgraded an ASP.NET MVC Preview 5 web app to the Beta. I found event log entries that were slightly helpful. Ultimately I rolled back the MVC …
0
votes

Best way to gradually convert an existing ASP.NET site to MVC

Scott Hanselman has a good blog post discussing how to combine MVC with Web Forms and other ASP.NET technologies. …