Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

URL Rewriting in ASP.NET [closed]

Could anyone suggest me which is the best technique for URL rewriting for an ASP.NET 3.5 web application?

Thanks

like image 585
user220994 Avatar asked Dec 08 '25 10:12

user220994


2 Answers

If you are using IIS 7 for your ASP.NET application, you may want to download:

  • Microsoft's URL Rewrite Module for IIS 7.0

If you are using IIS 6 or IIS 5, you may want to consider using the following open source component:

  • UrlRewritingNet.UrlRewrite
like image 74
Daniel Vassallo Avatar answered Dec 09 '25 23:12

Daniel Vassallo


With which web server?

If it's the Apache HTTP server, then mod_rewrite is probably your best bet.

The Wikipedia article probably sums it up best, covering the major web servers and web frameworks.


There is also the option of URL Rewriter And Reverse Proxy, which is a mod_rewrite clone for IIS 6 and IIS 7, and works with ASP.NET.

like image 22
Christopher Orr Avatar answered Dec 09 '25 22:12

Christopher Orr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!