I have an ASP.NET MVC 3 website hosted in a shared server. I want to create a WordPress blog in /blog (www.domain.com/blog).
I've created a Virtual Directory in my admin panel pointing to the blog directory which has all the WordPress files.
When I navigate to www.domain.com/blog, I am receiving the following error message:
Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
So:
- Is it possible to have a Wordpress blog (PHP) running in /blog?
- Is this approach (Virtual Directory) correct? If yes, how to fix this error?
- If it is not correct, how could I get /blog running?