Reputation: 173
I'm trying to publish a ASP.NET web application to my server but Visual Studio shows me this dialog:
There is no more info on the output.
Anyone knows about this problem?
Upvotes: 0
Views: 228
Reputation: 5550
Initially, try publishing to the File System to check that there is nothing wrong with the build. Repeat with the option Web Deploy Package.
After that, check the settings for either FTP or Web Deploy. For FTP you have the option to validate the connection. For Web Deploy, there can be a number of connections string to be set. If possible, try to check each one separately.
Upvotes: 2