moving from Forms to MVC breaks WordPress

Discussion in 'ASP.NET / ASP.NET Core' started by tidwell, Aug 12, 2011.

  1. 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.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Share This Page