I have successfully integrated BlogEngine v3 with an existing MVC 4 application under '/blog' sub-directory and setting it as an application in IIS 7. Both are running fine. The problem now is that I want to customize the BlogEngine UI and I want to use the views from my MVC application, like the header of the BlogEngine should be same as that of the MVC application, so what I want is a way to use the 'Header.chtml' in the 'site.master' of the BlogEngine, directly or indirectly.
PS- I have tried many resources like
- http://www.hanselman.com/blog/MixingRazorViewsAndWebFormsMasterPagesWithASPNETMVC3.aspx
- https://www.packtpub.com/books/content/mixing-aspnet-webforms-and-aspnet-mvc
- How to include a partial view inside a webform
etc... but nothing worked!!