开发者

How to configure sub domains to asp.net mvc 3 areas

开发者 https://www.devze.com 2023-03-11 13:49 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消