I cannot find a way to publish a web project to Visual Studio 2015 CTP using web deployment or FTP. The Publish Wizard only has options for Azure, Import, and File System. In Visual Studio 2013 there is a "Custom" option in which you can specify the connection settings and choose between Web Deploy, Web Deploy Package, FTP and the file system.
I tried to navigate through the publishing profile from my Visual Studio 2013 project, placing it in the Properties → PublishProfiles folder, and then it did the same as Visual Studio 2013, but did not publish (could not connect to the remote host) using the same settings that are published in 2013.
Any ideas?
source
share