English 中文(简体)
URL rewrite in IIS6 - Third party tools
原标题:

I have collected the following api/sdk/whatever which provide modules for doing url rewriting in IIS 5/6/7. Some are free-open source and some require $.

I haven t tried any of them. I would like to know if anyone is currently using or used or have any kind of experience with these tools (website listed).

UrlRewritingNet.UrlRewrite - http://www.urlrewriting.net/159/en/downloads.html

IIS Mod-Rewrite Pro ($) -http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1469

Open Source - http://urlrewriter.net/

Helicon Tech (Full $)- http://www.isapirewrite.com/

ISAPI_ Rewrite 3.0 ($) - http://www.seoconsultants.com/windows/isapi/3/

Open Source Ionics Isapi Rewrite Filter - http://iirf.codeplex.com/

Any help would be greatly appreciated.

Thanks. Murali

问题回答

I have personal experience with IIRF from the codeplex site, and I liked it and found it good.

I use UrlRewrite from UrlRewriting.Net

Very easy to use for the simple thing I m doing: send .pdf requests to an aspx page to generate the pdf.





相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签