I am working on a moderate sized WebForms project. Due to the management features here, I have to upload the site to a remote server in order to check (no localhost testing). I use the Publish command in Visual Studio 2008. Sometimes this works. In most cases, I inexplicably get "publication failed" in the lower left corner, without further details.
Several articles in googled / posts that I read suggested making the target local folder for the publish operation read / write for everyone. Does not help.
Is there a way to get more detailed information about WHY the publication failed in VS2008, and if not, is there a better way to do these deployments? I spend more time creating / clicking on a web server than actually debugging.
JustinT
source share