All Tags > UrlRewritingNet (RSS)
  • Re: New to UrlRewrite

    Thank you for your reply. Say I have a button that performs something then redirects to: Response.Redirect("userhome.aspx?uid={SomeGUIDHere}"); and I want it to be users/{SomeGuidHere} I've setup a few rules in IIS7 to try it out and it does work but do I have to change ALL my buttons to...
    Posted to Forum by ShyGuy on 09-11-2008, 12:36 PM
  • Re: trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode

    URL rewrite module can easily do this kind of rewriting, however it requires that the hosting provider has it installed and enabled. If your hosting provider does not have official IIS URL rewriter module installed then an alternative solution is to use one of the an open source .NET url rewriting solutions...
    Posted to Forum by ruslany on 08-26-2008, 12:31 AM
  • trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode

    I'm using asp.net 3.5 and iis7. My host does not support wildcard mapping but does support integrated mode. Can someone point me at or suggest how to do that? Thanks
    Posted to Forum by pkellner on 08-25-2008, 12:57 AM
  • Re: Migrating from UrlRewritingNet.UrlRewriter.dll to IIS Url Rewrite Module

    The URL rewrite module is not aware of the ASP.NET root operator: "~". So, first thing that should be done is to change the rule pattern and substitution URL to not contain "~". For example this rule: <add name="Rule1" virtualUrl="^~/(.*)/Detail(.*).aspx" rewriteUrlParameter...
    Posted to Forum by ruslany on 07-17-2008, 3:25 PM
  • Migrating from UrlRewritingNet.UrlRewriter.dll to IIS Url Rewrite Module

    Hi we have been using UrlRewritingNet and because of the IIS integration in IIS 7 were going to migrate to the IIS URL rewrite module. However I have noticed a few different things that could just be configiration differences but I don't readily see how to fix these. In the past we could use relative...
    Posted to Forum by MCUSA on 07-17-2008, 2:31 PM
Page 2 of 2 (15 items) < Previous 1 2
Microsoft Communities