Up until two days ago, I was able to use Visual Studio 2010\'s \"Publish Web\" option by right clicking on my project and clicking the publish button on the context menu. No
In case this helps anyone, for my MVC project in VS 2015 it was this file:
File System.pubxml.user
In the publish profile directory, including it caused compilation errors but deleting it enabled it to publish!