I have the following problem. I try to copy my web site to a web server via ftp (from the menu WEBSITE -> COPY WEB SITE in VS 2012).
The credentials I give, are right but I can't connect. I'm getting an error "unable to open the web site 'ftp://ftp.dicara-furs.com/httpdocs'. The server unexpextedly closed the connection."
In the same computer, I've installed filezilla. If I try to connect with filezilla, all are good and I can send the files to web server.
I'm working using NAT behind a windows 2008 firewall. Do I need to make some changes to visual studio configuration?
I tried to use the ftp file copy of visual studio using a public network with real IP's and is working fine. Is there a problem with NAT?
How to use the Microsoft FTP Service? The server that I'm trying to connect is a commercial server. I thing I can't install the service in a commercial server. I'ts very strange that I can connect using filezilla and I cannot connect using VS 2012.
If I misunderstood your reply, please let me know.
SteliosM
Member
23 Points
51 Posts
Problem copying a site to web server
Dec 16, 2012 08:09 AM|LINK
Hello,
I have the following problem. I try to copy my web site to a web server via ftp (from the menu WEBSITE -> COPY WEB SITE in VS 2012).
The credentials I give, are right but I can't connect. I'm getting an error "unable to open the web site 'ftp://ftp.dicara-furs.com/httpdocs'. The server unexpextedly closed the connection."
In the same computer, I've installed filezilla. If I try to connect with filezilla, all are good and I can send the files to web server.
I'm working using NAT behind a windows 2008 firewall. Do I need to make some changes to visual studio configuration?
I tried to use the ftp file copy of visual studio using a public network with real IP's and is working fine. Is there a problem with NAT?
Thanks.
oned_gk
All-Star
31709 Points
6477 Posts
Re: Problem copying a site to web server
Dec 16, 2012 08:32 AM|LINK
Try use Microsoft FTP Service 7.5 for IIS 7.0
http://www.microsoft.com/en-us/download/details.aspx?id=14045
SteliosM
Member
23 Points
51 Posts
Re: Problem copying a site to web server
Dec 16, 2012 08:49 AM|LINK
Hi oned_gk and thank you for your reply.
How to use the Microsoft FTP Service? The server that I'm trying to connect is a commercial server. I thing I can't install the service in a commercial server. I'ts very strange that I can connect using filezilla and I cannot connect using VS 2012.
If I misunderstood your reply, please let me know.
oned_gk
All-Star
31709 Points
6477 Posts
Re: Problem copying a site to web server
Dec 16, 2012 09:50 AM|LINK
SteliosM
Member
23 Points
51 Posts
Re: Problem copying a site to web server
Dec 16, 2012 10:09 AM|LINK
I tried the method decsribed in this article with no success.