Why Intelligencia.UrlRewriter not work with iis6?
Intelligencia.UrlRewriter work w开发者_如何学Goith ASP.NET development server but not work in IIS6.
what is the problem?It does work with IIS6 I suspect you are trying to do extensionless rewriting with it - this will not work it iis6
I suggest having a read of this by Scott Guthrie: http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
you need to install it first when you deploy it on IIS6. Try this installation guide below: http://urlrewriter.net/index.php/support/installation
精彩评论