Starting with Update 2 of Visual Studio 2012, the Web Publish routine was changed.
I am having difficulties setting the Site Path using the FTP option. The default is “wwwroot”. When I attempt to Publish my Website using a Site Path of “wwwroot”, a new directory is created called “wwwroot” and the Web pages are added to this folder. This proves that the copy physically works, but how do I copy to the root directory (“/”) of my Website?
I have tried various combinations of the Site Path using “.” and “/” without success.
Does anyone know how to set the Site Path to simply update a Website?
Nev