Is it possible to publish to IIS

Within Visual Studio, I can import publish settings and am able to right click my project, and publish to an IIS server, based on the XML the host provided me with. The XML looks like this:

<publishData>
   <publishProfile 
   publishUrl="https://myurl:8172/msdeploy.axd?site=my-site" 
   msdeploySite="my-site" 
   destinationAppUrl="http://myurl/" 
   profileName="Default Settings" 
   publishMethod="MSDeploy" userName="myusername" 
   AllowUntrustedCertificate="True"
   /> 
</publishData>

I cannot find a way to import (Manually, or automatically like VS), so that I can publish my .Net Core application to a 3rd party host IIS server. Is there a way to do this?

0
1 comment

Hi Craig Lister

Unfortunately, importing publish profile feature has not been supported yet: RIDER-17521.

Please try using the "Publish to Custom Server" run configuration and let me know if it does not help.\

Thank you! 

0

Please sign in to leave a comment.