asp.net - Url rewrite question -


What happens when you rewrite your URL for the URL, when you use your code behind the file and Use the request. Have you been redirected to the URL because nobody is there. I have not implemented the URL rewriting yet and want it.

OK, not sure if I understand your question ...

When the user sees the user on the browser to relay the user, then this URL

  www.yourdomain.com/category1/product1  

See some back codes

  www.yourdomain.com?cat=1&prod=1  

Before reaching your page's logic "Voicemail "Format is converted, so the query string will be there And be ready to be processed.


Comments