Uncomment sections in the Web.config files to enable HTTPS in and (which runs in ).
Procedure
- On the Content Manager, access the %TRIDION_HOME%\web\WebUI\Models\SiteEdit\ directory:
- Open the web.config file in a plain-text or XML editor.
- Locate the following commented-out section:
<!--For https, uncomment this-->
- Uncomment the
endpoint element directly below this comment.
- Save and close
web.config.
- Access the %TRIDION_HOME%\web\WebUI\Editors\DevicePreview directory.
- Open the web.config file in a plain-text or XML editor.
- Locate the following commented-out section:
<!--For https, uncomment this-->
- Uncomment the section.
- Save and close
web.config.