I have tried many tricks but my Visual Studio won't publish my solution anywhere over the file system. I am using Visual Studio 2013 Professional. The solution is MVC 5 with Razor.
I have tried deleting all my publish profiles, changing between debug and release and nothing seems to work.
I am not sure if it might be related by the Razor helpers and ViewBag are not recognized in the views. I have checked all of the versions and my System.Web.Mvc is 5.2.3.0 and all references in the webconfigs seem to match that.
This is probably two separate questions but wasn't sure if one might have something to do with the other.
When publishing it says it succeeded at the end but the folder is totally empty.