Forum Moderators: open

Message Too Old, No Replies

IIS Rewrite

Mod Rewrite for Windows

         

beakertrail

9:16 pm on Dec 20, 2006 (gmt 0)

10+ Year Member



I am going to be installing an IIS Mod Rewrite feature on one of my Windows 2003 IIS servers but am not sure which one I should use.

I narrowed it down to the following three:
[iismods.com...]
[qwerksoft.com...]
[isapirewrite.com...]

My preference as to how it works would be:

www.domain/directory/page.asp?id=123

to

www.domain/directory/page/id/123

Any thoughts or suggestions?

defanjos

9:34 pm on Dec 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



isapi_rewrite for the simple reason it is the only one I have used, and I never had one problem with it.

pageoneresults

9:47 pm on Dec 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ISAPI_Rewrite

We've been using it for years without fail. Great support and a solid product. It is Windows answer to mod_rewrite second to none. ;)

blueheelers

3:15 am on Dec 22, 2006 (gmt 0)

10+ Year Member



I am not sure if this will help or not, but I used the Extending ASP.Net [msdn.microsoft.com] article on MSDN to do exactly what you mention.

This FREE code lets you use regular expressions so that you don't have to manually specify each URL.

Good luck

carguy84

9:56 pm on Dec 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



isapi_rewrite gets my vote too. been using it for 2 years now and it has stood up to some massive hammering(along the lines of 200 requests a second for hours on end).

It too allows you to do regular expression handling.

Chip-