I am building an asp.net mvc 3 web application. In my application I am using areas to separate my blog from my core website. The blog is sitting in its own sub domain : blog.mysite.com
I'd like to map my area to the sub domain, how can this be achieved?
Thank you