URL rewriting IIS6
Posted
by GigaPr
on Stack Overflow
See other posts from Stack Overflow
or by GigaPr
Published on 2010-04-01T01:04:59Z
Indexed on
2010/04/01
1:13 UTC
Read the original article
Hit count: 512
Hi i was using HttpModule to Perform Extension-Less URL Rewriting as explained at http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx Approach 3: works perfectly in IIS7, now i just published the solution to the live environment it doesnt work. the reason seems to be the fact that they are running IIS6 the question is
does anyone now any quick solution to make it work in IIS6 without having to change all the code?
thanks
© Stack Overflow or respective owner