Running BlogEngine.NET with ASP.NET MVC under same website?

Posted by Raj Aththanayake on Stack Overflow See other posts from Stack Overflow or by Raj Aththanayake
Published on 2010-04-02T21:57:39Z Indexed on 2010/04/02 22:03 UTC
Read the original article Hit count: 335

Filed under:
|
|

Hi Can anyone please help me with this? I have a Windows 2008 server and MVC 2.0 site is hosted under IIS 7.0 root directory. The site works fine. I want to use the BlogEngine.NET with my site. For example if my mite name is http:// mysite.com (which is the root of IIS) and the blog should be http://mysite.com/blog/Default.aspx

Is this possible? Can I create a sub virtual directory within my root (where the MVC 2 app is hosted) and run the ASP.NET BlogEngine.Net in it?

Any ideas appreciated.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc