Hello,
I am useing urlrewrite module in iis. My virtual path is localhost:port/news/example-content.html
First problem;
JS,CSS and NavigateUrl target change => Example my code: <script src="js/jquery.min.js" type="text/javascript"></script> output=>localhost:port/news/js/jquery.min.js
if i change src with ResolveClientUrl, output in HTML, output=>localhost:port/js/jquery.min.js but i give 304 not modified error and I show white page(empty)
How can i fix this problem ?
Go to the complete details ...