-1

how to remove .aspx page name and extension and rewrite URL in asp.net Give any suggestion

Antonio Bakula
  • 20,445
  • 6
  • 75
  • 102
UMAIR ALI
  • 1,055
  • 5
  • 14
  • 25
  • possible duplicate of [url rewrite for aspx page](http://stackoverflow.com/questions/2789312/url-rewrite-for-aspx-page) – Antonio Bakula Aug 24 '12 at 11:48
  • 1
    This question shows no research effort. Google for url `rewrite asp.net site:stackoverflow.com` and see articles such as http://weblogs.asp.net/scottgu/archive/2009/10/13/url-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx – Tim M. Aug 24 '12 at 11:52
  • Yes!! i agree with you @TimMedora :). people just wants making points on stackoverflow.. – Sandeep Tawaniya Aug 24 '12 at 11:55

2 Answers2

3

If you are using IIS7+, have a look at this guide.

http://www.iis.net/download/urlrewrite

Justin Harvey
  • 14,446
  • 2
  • 27
  • 30
  • +1 IIS 7 URL rewrite module is pretty good for url rewriting in asp.net. I personally use it. – SMK Aug 24 '12 at 12:17
1

Use can Intelligencia.UrlRewriter.dll for urlrewriting in .Net. You can download this from here

Sandeep Tawaniya
  • 717
  • 8
  • 17