How can I eliminate URL rewriting rules that do not work in my Visual Studio 2010 development environment?
I am improving an existing ASP.NET application.
My problem is the URL rewrite rules written in the web.config file do not work in my Visual Studio 2010 development environment. It only works after deploying the project in IIS.
I need to debug the project, as I am not familiar with its design and development. This is too big a project.
If dubbing will not work on Visual Studio Development Server, is there a workaround? I really need to work on a project in debug mode. Every time it leads me to a custom error page.
source share