http://blog.jarrin.net/JarrinBlog/NET_Routes_under_IIS6

.NET Routes under IIS6

Tuesday, January 4, 2011

I think I'm going to start making a habit of writing up a post everytime I solve some tricky problem in a manner I'm unlikely to remember the next time said problem shows up. This time, I had created a few .NET Routes to handle uploaded resources in my new web-mail-client. They worked fine in development (with the light-weight webdev application) but failed once I moved the code into production (Windows 2003 Server - IIS6).

Turns out we need to set an additional IIS property:

Custom routes should now work.

//Chronologically
< Previous: The Joel Test <
> Next: FFS Firebug Developers >
Add a Comment

Comments

your name
your email (optional)