All Tags > URL Rewrite Module > iis 7 (RSS)
  • Redirect causing Application Pool freeze

    I have 4 Rewrite rules trying to handle friendly URL's for a site but when they are enabled, the site eventually becomes unresponsive. If I manually recycle the app pool it starts up again. I have enabled FRT on the Urlrewrite module but don't really know what I need to be looking for that might...
    Posted to Forum by bdun on 10-11-2009, 7:45 PM
  • Re: Rewriting Extensionless URLs

    Thanks Ruslan, That link was exactly what I needed for the query string problem. As for the session, the anchored regex pattern didn't help. This is what my redirect looks like now. <rule name="Redirect aspx to extensionless" stopProcessing="true"> <match url="(...
    Posted to Forum by devgineer on 10-08-2009, 3:33 AM
  • Re: Rewriting Extensionless URLs

    Does anybody know why the redirects break the session state? If I remove all the redirect rules I can use session state if I go directly to an extensionless url. So if I type in www.mydomain.com/directory/file the session state works fine and the url gets correctly rewritten. If I put in the redirect...
    Posted to Forum by devgineer on 10-07-2009, 4:03 AM
  • Re: Rewriting the home page

    Are you redirecting your documents to extensionless? I'm asking because you have '^about' instead of 'about.aspx', you could try using the following for your 'Rewrite home page' rule. <match url="/default" ignoreCase="true" /> or <match url="...
    Posted to Forum by devgineer on 10-03-2009, 2:14 PM
  • 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
  • URL Rewrite 1.0 writes the original URL into the IIS logs not the rewritten URL

    This is a massive issue for us as all of our tools and reporting are based around the rewritten URL. We have had a good look but can't find any way of tweaking this behaviour, does any one have any ideas? Its such a big deal for us that we are considering going back to the other product we used under...
    Posted to Forum by MattDuguid on 04-28-2009, 6:33 PM
Page 1 of 1 (6 items)
Microsoft Communities