Publishing an MVC Project in Visual Studio 2012 Results in an Empty Folder

I am trying to publish an MVC4 application from VS 2012 Pro running Windows 8 Pro. However, this results in an empty directory at the root of the publication (as determined by the publication settings). I have the option "All files in this project" to deploy items to, and I'm not trying to publish any databases. Also, I'm only trying to do local publishing.

The following is a snippet from the output window. I would appreciate any suggestions for fixing this issue. I already tried to repair, uninstall and reinstall VS.

2>Done building project "MyProject.Mvc".
2>Publishing folder /...
2>
========== Build: 1 succeeded, 0 failed, 5 up-to-date, 0 skipped ==========
========== Publish: 1 succeeded, 0 failed, 0 skipped ==========

Regards, Vinney

+5
source share
2 answers

; , .

+10

All Articles