Mode Rewriting in ASP

Discussion in 'C#' started by eLucknow.com, Aug 4, 2008.

  1. #1
    Can any one guide me about mod rewriting in asp.
     
    eLucknow.com, Aug 4, 2008 IP
  2. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,

    In classic asp you required to used ISAPI Rewrite ...

    Below url may help U?

    http://www.helicontech.com/articles/provocative_SEF_URLs.htm
     
    VishalVasani, Aug 5, 2008 IP
  3. sam2266

    sam2266 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If your website is in ASP.NET, you can use urlrewriter.net. It's an open source .net component.

    http://urlrewriter.net

    Post you may find helpful:
    http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
     
    sam2266, Aug 18, 2008 IP
  4. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #4
    Yes as Sam says http://urlrewriter.net is the easiest. It works great in shared hosting. All you need to do is to modify your web.config and copy the dll in your bin directory. I have used it in my Jokes site
     
    vihutuo, Aug 18, 2008 IP
  5. net-split

    net-split Peon

    Messages:
    29
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    urlrewriting.net is another alternative that is open-source, works like a charm!
     
    net-split, Aug 18, 2008 IP