April 2010

Is msysgit a virus ?

If you are thinking about downloading and installing the latest version of msysgit at the moment (1.7.0.2-preview) then take my advice: do-not-install-git-cheetah (aka windows shell extension integration). I tried it last night, and feel very upset with this one.

Category:

Tags:

ASP.NET Domain-based routing

 In some case, you will want to have different routing for different domains, or sub-domains. Maarten Balliauw has already post a solution, but today I would like to share another solution on ASP.NET Domain-Based Routing. The idea is very simple. It works based on RouteData and RouteConstraint interface. It will be simpler than Maarten's solution but it does not support to extract route variable in domain name. This approach simply serve different page depend on the request domain.

Category: