I want to rewrite the classic asp url
from http://localhost/detail.asp?c=text.html&s=45
to http://localhost/text.html?s=45
what url rewrite web.config rule I have to use?
I want to rewrite the classic asp url
from http://localhost/detail.asp?c=text.html&s=45
to http://localhost/text.html?s=45
what url rewrite web.config rule I have to use?