-
How to create a Pyramid website in IIS after an install.
If you have decided to use the IIS option after the Pyramid installation, you can add the site manually. First, you need to install the following IIS modules :…
-
How to enable SSL on Pyramid website and forward all HTTP request to HTTPS
To be able to use SSL for Pyramid website it should be installed using the IIS option. Once installed add an SSL bindings as shown below: Right Click on the "Pyramid" site and choose edit…