Publishing applications using Visual Studio (DPA)

To publish an application with Visual Studio, open your site’s properties and choose Web Publishing.

publikowanie_aplikacji_za_pomoca_visual_studio_01.png

The User field is generated automatically from the application name.

Enter a password and click Enable; after the publishing option has been enabled you should see the confirmation below.

publikowanie_aplikacji_za_pomoca_visual_studio_02.png

Next, download the publishing profile (Download Publishing Profile for this web site). You will import this file in Visual Studio.

publikowanie_aplikacji_za_pomoca_visual_studio_03.png

In Visual Studio, right-click your project and select Publish…

Plik:Publish.jpg

Under Select a publish target, choose Import and browse to the previously downloaded *.publishsettings file.

Plik:Publish web.jpg

The Connection section is populated automatically from the imported *.publishsettings file.

Plik:Publish web24.jpg

Adjust settings on the Settings tab as required.

Finally, click Publish.

Note: If you encounter issues publishing directly to our server, verify the user-permission configuration in Visual Studio. A detailed explanation is available in this article: Prevent Visual Studio 2010/12 and Web Deploy From Changing ACLs.