is this something basic or am I missing something?
My ASP.NET (4.0) site has a web.config with URL rewrite rules. When I run it in debug mode (local webserver) all the URLs fail because the local web server does not recognize the rules (e.g. I have /register which maps to register.aspx etc.)
Is there someway I can get the debug system to recognize my URL rewrite rules? Should I be doing something else?