Last night Alan Dean came up to VBUG in Newcastle to speak on ASP.Net MVC Framework. One of the discussion points we had was any potential issues for hosting sites on IIS due to the routing and url rewrite elements of the MVC Framework. I wasn't clear...
In IIS6 when creating a virtual directory it was possible to set the virtual directory to actually add as a redirect to another page or site. In IIS7 this is still possible however it needs to be achieved slightly differently. Lets take an...