rewriting

  • URL Rewriting/Mapping using Global.asax

    Ultimately I wound up using a different method, specified in my other blog post on URL Rewriting on GoDaddy and Shared hosting. However, the method below is actually very useful if you are trying to do certain validation which cannot… Continue reading

  • URL Rewriting on GoDaddy and Shared hosting

    After doing a lot of searching through google queries, forums and archives, I was finally able to solve the conundrum of using URL rewriting on GoDaddy. The site in question is also a subdomain in a sub folder off the… Continue reading

  • Simple URL ReWriting/Mapping in IIS7

    There’s an easy alternative to other over-complicated solutions on the web if your mappings are simple/static and/or you have a spare grunt to quickly and easily keep them updated without having to write a line of code. In web.config add:… Continue reading