Hello all,
I was wondering about the following issue, at the moment an url rewrite module is being implemented into one of the company's sites.
However this site will need future updates so the use of debugging is needed. The problem starts with the use of the response.rewritepath method within the module, if the site is being debugged by visual studio with VS's webserver will report a 404 after trying to visit an url like 'testdomain.com/test/producta/'.
So now my colleague and I face a problem, we either create multiple projects one with the rewritten url's and one with the default links/paths, or find a way so that we can use Visual studio to debug the pages and still make use of url rewrites.
We are definitely hoping that there is an option for the last possibility.
I was wondering about the following issue, at the moment an url rewrite module is being implemented into one of the company's sites.
However this site will need future updates so the use of debugging is needed. The problem starts with the use of the response.rewritepath method within the module, if the site is being debugged by visual studio with VS's webserver will report a 404 after trying to visit an url like 'testdomain.com/test/producta/'.
So now my colleague and I face a problem, we either create multiple projects one with the rewritten url's and one with the default links/paths, or find a way so that we can use Visual studio to debug the pages and still make use of url rewrites.
We are definitely hoping that there is an option for the last possibility.