My title may turn out to not be exactly correct - but I was trying to be concise. I am using the "WebFormRouting" tool created by Phil Haack which can be found here:
http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspx
I've been using it successfully for a while - but all the sudden... it stopped working. I finally figured why - I stopped using the built-in ASP.NET Development Server.
So, when I run my site using the built in ASP.NET Development Server (url: http://localhost:60505/......) - all works fine. If I create an Application in IIS and point it to my site (running Vista / IIS7), and run it from there (url: http://localhost/MyAppName/......) - the routing does not work at all.
Anybody know why? I'm worried that it won't work once I upload it to my shared hosting...
Thanks in advance!