I've successfully deployed a hybrid .NET WebForms/MVC application and all of that works like a charm without issue. The problem is that something about MVC is breaking Wordpress now. It worked fine as an application under my domain like www.mysite.com/blog until I deployed MVC, now going to that path gets an error about missing Web.Helper DLL (one of the MVC binaries I deployed to my bin folder to support MVC). I've tried all kinds of routing, like IgnoreRoute for the blog path, which should work (I've tried a litany of other URL routing and rewriting as well). Anyone dealt with this? I'm on the verge of moving my Wordpress account to another host (wp.com) and using a subdomain.
it is generally not recommend to put other application in a sub folder of a MVC app. I suspect the error is related routing rules. I am not sure if this will work but try disable web.config inheritance in the root web.config file. See http://www.aspdotnetfaq.com/Faq/how...ld-applications-in-subfolders-in-asp-net.aspx