D
darrel
I'd like to move towards implementing a URL rewriting system for our CMS.
I've been reading a lot about doing it with .net, itself, but have come to
the conclusion that this is really something that should be handled by
IIS...not .net (as to do it properly, I'd want ALL requests to be sent to
the rewrite engine, which means I'd have to hand off all requests to the
..net engine which seems overkill).
So, that said, for those of you that use IIS extensions, do you recommend
one over the other? ISAPIRewrite seems to be the most popular option.
-Darrrel
I've been reading a lot about doing it with .net, itself, but have come to
the conclusion that this is really something that should be handled by
IIS...not .net (as to do it properly, I'd want ALL requests to be sent to
the rewrite engine, which means I'd have to hand off all requests to the
..net engine which seems overkill).
So, that said, for those of you that use IIS extensions, do you recommend
one over the other? ISAPIRewrite seems to be the most popular option.
-Darrrel