ImageGear .NET v25.2 - Updated
Set up HTTPS for a Web Application
Developer Guide > How to Work with... > Common Operations > Viewing > Viewing Using ASP.NET > Set up HTTPS for a Web Application

This topic provides information about how to set up HTTPS for a web application in ImageGear .NET.

  1. Open the ASP.NET project in Visual Studio 2015.
  2. Right-click the project name in the Solution Explorer and select Properties in the context menu. Click on the Web tab on the left and under Servers make sure IIS Express is selected.
  3. In the Properties window of the project, set SSL Enabled to true.
  4. Remember the port value in the Properties window of the project in the SSL URL field.
  5. Build and run the project.
  6. In the browser, start the same webpage with HTTPS protocol and the port from the SSL URL field of the project.
    Alternatively, you can replace the value of the project URL field in the Web tab of the Project properties to be SSL URL prior to building and this will take you directly to the HTTPS page when the project is run.
  7. Check the Network window of the "Developer Tool" in the browser to verify that all requests to the service are passing via HTTPS protocol.
Is this page helpful?
Yes No
Thanks for your feedback.