By mswatcher
via biasecurities.com
Published: Mar 31 2008 / 14:22
I've been working with the asp.net mvc bits lately and everything has been going smooth. That is until I tried to deploy to a Windows 2003 server. All of a sudden my pretty urls looked like crap. When it comes to deploying an Asp.Net MVC app to IIS6, you have two options.
1. You can either setup a wildcard mapping
2. You can add an isapi mapping and have an extension (.mvc) use the asp.net runtime.



Add your comment