This article explains how to host Sitefinity CMS on an IIS instance and make it accessible to the .Net Core Renderer application. You can use this setup for local development purposes.
PREREQUISITES: You must have hosted your Sitefinity CMS application on an IIS instance. For more information, see Run projects on IIS.
After you have hosted your Sitefinity CMS on an IIS, depending on the port setup, you can do the following:
When Sitefinity CMS is the only running application that listens to a specific port, such as 80 or 433, you can configure the Renderer application in one of the following ways:
appsettings.json
When Sitefinity CMS is hosted alongside other applications on the same port, the applications are differentiated by their domain names.
NOTE: The following procedure assume that Sitefinity CMS is hosted with domain name mysitefinity.com, under the default ports – 80 and 443.
web.config
<system.webServer>
HTTP_HOST
appSettings.json
Sitefinity
NOTE: You can add a binding in your hosts file to the same domain - mysitefinity.com. The binding must point to the IP Address of your IIS instance. Then, you use that binding in the appsettings.json file of the Renderer.
Sign up for our free beginner training. Boost your credentials through advanced courses and certification. Register for Sitefinity training and certification.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important