Hi while accessing a page www.xyz.com/Dir/MyPage.aspx, the viewer would only see www.xyz.com/Dir/MyPage.html or www.xyz.com/Dir/MyPage. with URL Rewriting with URLRewriter .Net Simplest Way Thanx
if you're using asp.net 4 I'd recommend taking a look at URL Routing. It's a lot simpler, and a lot more reliable in my experience.
URL rewriting can be done by two method one by using various software availible in market and other is code which work with httpmodule and httphandler. the software work on IIS. By which server change the URL.