How to configure sub domains to asp.net mvc 3 areas
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 t开发者_运维技巧o map my area to the sub domain, how can this be achieved?
Thank you
Please refer to this post as it should point you in the right direction.
Can Areas in an ASP.NET MVC 2 application map to a subdomain?
or
http://forums.asp.net/t/1677286.aspx/1
Good luck
精彩评论