edit:
turns out issue ftp connection somehow getting terminated on server side. error messages receiving did not reflect properly. don't know if that's issue visual studio's ftp functionality or arvixe servers.
at rate, "brute forcing" ftp publish (canceling first error takes place , restarting publish) worked fine.
when publishing asp.net server (hosted through arvixe) using ftp visual studio, of file uploads failing.
here samples of errors i'm getting in output window in visual studio:
>unable add 'content/bootstrap/wells.less' web site. can't open data connection transfer of "/mysite.com/wwwroot/content/bootstrap" (425).
>unable add folder 'content/bootstrap/mixins' web site. cannot create folder "content/bootstrap/mixins".
>unable add 'images/gallery/lawns-(39).jpg' web site. cwd failed. "/mysite.com/wwwroot/images/gallery": directory not found (550).
>unable add 'images/gallery/lawns-(45).jpg' web site. filename invalid (550).
here ftp settings. credentials correct, i'm connecting fine. there plenty of other files transfer fine, well. partial functionality on site after publishing, pages affected failed transfers not working.
the followings guidelines publish project server
- please open project visual studio tool
- on solution explorer windows (which located on top right hand corner of vs tool), right click project , select publish
- please kindly publish local folder, such c:\project
- please upload whatever files/folders see on c:\project our server via ftp , site work fine
hope that's help
Comments
Post a Comment