Browse by Tags

Related Posts

  • Re: Some questions on Asp.Net AJAX cookieless application

    3. There is no problem at all using url rewriting and AJAX. However, if the cookieless sessions work with querystring tokens, you must be careful when configuring the rewrite rules. If using an mod_rewrite compatible url rewriter, you can solve this problem by using the option [QSA] which adds the original...
    Posted to Architecture (Forum) by gearbox on 03-24-2008, 12:00 AM
    Filed under: rewrite, spell checker, url rewriting, Ajax, asp .NET 2.0, IIS, cookieless
  • Re: iis/.net rewrites like php/apache?

    The URL rewriting you want to do (get the id parameter and rewrite the URL using a textual description like "bicyle-shopping-etc") requires database lookup. You need to install IIS Mod-Rewrite (fully compatible with Apache mod_rewrite) and use the RewriteMap txt: or dbm: function for static...
    Posted to Getting Started (Forum) by gearbox on 12-30-2007, 12:00 AM
    Filed under: rewrite, RewriteMap, database, iis mod-rewrite, mod_rewrite, IIS, url
  • Re: rewrite /mycategory/

    You need a mod_rewrite like url rewriting tool such as IIS Mod-Rewrite , IIS Rewrite , or IIRF . I strongly recommend IIS Mod-Rewrite, but IIRF is an acceptable free solution. You can convert an incoming url from /mycategory/2007/05/05 to /default.aspx?cat=mycategory&year=2007&month=05&day...
    Posted to HttpHandlers and HttpModules (Forum) by gearbox on 07-23-2007, 12:00 AM
    Filed under: rewrite, URL Rewriting, iis, mod_rewrite
  • Re: How can I handle a Bad Request in ASP.NET MVC

    I have successfully implimented a satisfactory workaround for this issue, which I will share here in case others find it useful. To handle this particular type of bad request, which doesn't get as far as the web application and therefore cannot be handled by applcation code, as a last resort I used...
    Posted to ASP.NET MVC (Forum) by Tim Acheson on 08-21-2009, 12:00 AM
    Filed under: ASP.NET MVC, iis6, IIS, iis 6, 400, bad request, rewrite rules, rewrite, isapi, custom error
  • Re: Another strange question .... URL Rewriting

    You can use IIS Mod-Rewrite which is a quite accurate port of mod_rewrite. You can also find other similar resources at http://en.wikipedia.org/wiki/Mod_rewrite
    Posted to Getting Started (Forum) by gearbox on 09-13-2007, 12:00 AM
    Filed under: rewrite, URL Rewriting, IIS, mod_rewrite
Page 1 of 1 (5 items)