I'm using Visual Studio 2008 SP1 and a web application that I'm trying to publish to a local directory fails even though the project builds ok. It doesn't give any build errors nor does it show anything in the Output window of why it failed:
Publishing folder bin...
========== Build: 2 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
As you can see from above, it fails on publishing the bin folder. Anyone have any clue why it's doing this and what I can do to resolve it? I should also mention that I can publish other web apps just fine, only this one is having the issue.