Deployment for Deploying FTP / Web in Visual Studio 2015

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?

+4
source share
2 answers

It seems that the beta version of Web Deploy 3.6 supports new content models in ASP.NET 5 (ASP.NET vNext), and I believe that the VS 2015 Web-Deploy client does not yet support it. (April 28, 2015)

This blog post provides some command line options for using a publishing profile. I am in a new environment that is not yet configured for web deployment, so I have not tried it myself. (I published a file system to test my local IIS.)

0
source

. , FTP : , , , - , - / , .

, .

FTP, " " . , URL- FTP .

, , ProfileName.pubxml.

:

  • <WebPublishMethod> FileSystem FTP.
  • <UsePowerShell> .

node, : FTP (, , , , ).

0

All Articles