I've been working on an old Visual Studio 2010 Project which is published via FTP,
as part of my process I have updated the project to Visual Studio 2013 and attempted to republish onto the server to my test environment, upon doing so I get the following error,
Publishing folder /...
Unable to add 'About.aspx' to the Web site. An unknown WinINet error has occurred (code 12113).
it then continues to list every file in my Site with exactly the same error message
I've gone back to the VS 2010 Project and it still works perfectly with exactly the same FTP settings, looking round the net there are a number of people asking similar questions with regards to VS 2013 but I can't find one that is solved.
I watched the publishing folder on the server and when i published a new file was created in the folder, (something like ProjectName
.publish.xml) so the connection is working right?? but why the error?