sharplife

Stories submitted by sharplife

Current ASP.NET URL Rewriting Solutions VS. IIS 7.0 Solution(sharplife.net)

submitted by sharplifesharplife(4570) 4 years, 8 months ago

It's a few months I have been using UrlRewriting.NET component for my Url Rewriting needs in ASP.NET 2.0. Since it's free and open source and covers many features that I need, it was a good choice for my projects. The big problem with this (and also other available components) is that it can't rewrite fake directories. For example if you have a url like http://myurl.com/products/productcategory.aspx?name=Phone and want to rewrite it to something like http://myurl.com/products/Phone/ you must have a folder named Phone in products folder containing a blank Default.aspx file inside it or in another way map all requests to ASP.NET engine in IIS. Both ways (especially second) are annoying and waste resources... read more...

add a comment |category: |Views: 21

tags: another