All Tags > RewriteModule > UrlRewritingNet (RSS)
  • IIS 7 URL Rewrite Help needed

    Hi All, I am new to IIS 7. Previously I have done the URL Rewriting using Helicon Tech's ISAPI Rewrite and IONIC ISAPI Rewrite Filter. The url and its rewrite is written below. /tree-service/austin/ should be written to /request.asp?city=austin If anybody can provide me the complete sample web.config...
    Posted to Forum by fiaz110 on 05-24-2009, 6:37 AM
  • Difference between Integrated and Classic mode

    Hi, I'm using Intelligencia.UrlRewriter on IIS7.0. After countless tries configuring my Web.Config, I've not been able to get it to work. It keeps redirecting/rewriting to wrong URL, and I get 404 error. So, I changed mode to Classic, and it works!! What's the difference between Classic and...
    Posted to Forum by denniswong288 on 12-25-2008, 9:21 AM
  • Re: (Intelligencia.UrlRewriter) IIS7 not redirecting URL

    Hi dgdev, Here's my updated web.confg: <rewriter> <rewrite url="^(/.*(\.gif|\.png|\.jpg|\.ico|\.pdf|\.css|\.js|\.axd)(\?.*)?)$" to="$1" processing="stop" /> <rewrite url="^~/Test1/?(.*)$" to="~/TestUrlRewrite.aspx?PageContentUrl=Test1/$1"...
    Posted to Forum by denniswong288 on 12-23-2008, 11:50 AM
  • Re: (Intelligencia.UrlRewriter) IIS7 not redirecting URL

    Hi dgdev, Thanks for the note. I did what you suggested, and it's still not working. Here's my web.config: <system.webServer> <modules runAllManagedModulesForAllRequests="true"> <remove name="ScriptModule"/> <add name="ScriptModule" preCondition...
    Posted to Forum by denniswong288 on 12-21-2008, 9:11 AM
  • (Intelligencia.UrlRewriter) IIS7 not redirecting URL

    Hi, I'm using Intelligencia.UrlRewriter from UrlRewriter.Net I've been developing my site on VS2008 Express. And everything works ok. I have recently installed IIS7 on my machine, to load as localhost, to ensure and test that everything is working before I publish the site. However, the URLRewriter...
    Posted to Forum by denniswong288 on 12-17-2008, 9:07 AM
Page 1 of 1 (5 items)
Microsoft Communities