Thanks for this answer!
Your code in the global.asax along with the following code in the RouteConfig.cs file fixed it for me: routes.IgnoreRoute("{resource}.aspx/{*pathInfo}");
You've saved me a lot of time fiddling with Fiddler etc.
Thanks for this answer!
Your code in the global.asax along with the following code in the RouteConfig.cs file fixed it for me: routes.IgnoreRoute("{resource}.aspx/{*pathInfo}");
You've saved me a lot of time fiddling with Fiddler etc.