iis7

  • 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

  • PHP on IIS7

    If you are unfamiliar with the term; PHP is a very popular open source web development language. It runs server side like ASP.Net instead of client side like javascript, and has many of the same features also seen with .Net.… Continue reading

  • IIS 7 Remote Administration Manager

    At the time of writing this article, in the latest version of Windows (Vista,7 and Server 2008), IIS management has changed quite a bit. IIS7 features some very cool remote management capabilities. In an environment where developers may need access… Continue reading