Can someone help me with this? I have a Windows 2008 server and the MVC 2.0 site is located in the root directory of IIS 7.0. The site works great. I want to use BlogEngine.NET with my site. For example, if my name is as http://mysite.com (which is the root of IIS) and the blog should be http://mysite.com/blog/Default.aspx
Is it possible? Can I create a sub-virtual directory in my root (where the MVC 2 application is located) and run ASP.NET BlogEngine.Net in it?
Any ideas appreciated.
source share