i'm having trouble publishing my website in visual studio 2013 itself. I've installed the latest version of visual studio and the latest version of vswebessentials. I love working on websites in visual studio but it would be easier if i could publish it within visual studio. I'm trying to publish it via the publish web menu to ftp visual studio stops and restarts. It happens when i've entered all the information needed for the ftp connection wehn i push the validate connection button or the publish button. I would like to make it work but i can't find the solution on the internet yet. I would be really gratefull for some help.

有帮助吗?

解决方案

Steve is on the right track. It seems that previously you only needed to supply the IP or domain of the FTP server and Visual Studio knew what to do. Somewhere along the line it must have forgot!

Here is a blog post detailing the issue and how to fix it: FTP Publish Visual Studio Crash

TL;DR = Make sure the value you use for "Server:" begins with "ftp://"

其他提示

I've had this issue as well, and the solution for me was to change the publish URL in the pubxml file from:

ftp.mysite.com

to

ftp://ftp.mysite.com

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top