Publish to IIS
The ADAMS I9N Services can be published directly to IIS on a remote server but it takes some setup. This document outlines what needs to be done.
Web Deploy for IIS
The Web Deploy package for IIS must be installed on the server.
Download and install the package https://www.iis.net/downloads/microsoft/web-deploy
When installing choose āCompleteā.
Management Service
Open, or close and re-open IIS Manager.
Select the Server under Connections
Open Management Service under Management
Make sure āEnable remote connectionsā is checked
Start or Restart the service
Publish
On the machine running Visual Studio
Open the AdamsI9NServices solution
Right-click the AdamsI9NServices project
Select Publish
Target = Web Server (IIS)
Next
Web Deploy
Next
Configure connection
Server - The FQDN of the server you wish to publish to. Ex: myserver.mydomain.tld
Site name - The web site and virtual directory. Ex: Default Web Site/AdamsI9NServices
Destination URL - Ex: http://myserver.mydomain.tld/AdamsI9NServices
Skip the username and password
Finish
Click Publish
Enter the username and password of a user with administrative privileges on the server
Ā
Ā
Ā© 2023 Foray, LLC - All Rights Reserved