IIS - url rewritteing in asp.net - Asked By siv h on 23-Jul-12 01:37 AM

i have iis 5.1,iis 6.0(server)


i need the url rewritting. and how to send the quarry string and how to read the quarry string in global.ascx ?and
how to retrive the value into appluication?.

please help me.
Hemanth Kumar replied to siv h on 23-Jul-12 02:07 AM
Url Rewriting can be done in many ways 


1. Using the Request.PathInfo
2. Using the HttpModule 
3. Using the HttpModule to Perform Path Less Url Rewriting with IIS7
4. ISAPI Rewrite to Enable Extension Less URL Rewriting for IIS5 and IIS7

Check this links 
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/