Getting ASP.Net MVC running on IIS6 January 14
I have recently finished a new site IWantThatHotel, my first in ASP.Net MVC.
Over the next couple of weeks I will be posting code examples in VB.Net MVC (of which there are hardly any, it seems).
But first, here is a link to 2 posts that were a huge help getting the clean MVC urls running on IIS6
Deploying ASP.NET MVC to IIS 6
Several options are presented - I chose “Use a wildcard mapping for aspnet_isapi.dll” (out of the 4 options presented) because I didn’t want to alter my routes or extensions, and URL rewriting is a pain.
There is a separate post which talks about improving the performance of this method, which is worth implementing:
Disabling wildcard mapping on subdirectories
This post brought to you by WeGotDomain.com - Over 10,000 Aged domains for sale!
No related posts.