Hi,
I am taking over ex-colleague's solution consisting of three projects. The solution has been deployed on development server and is working well. Thesolution when copied and run from my desktop VS2013 Pro does not work. IIS 7.5 SSL Settings for the web site gives an alert: "This site does not have a secure binding (HTTPS) and cannot accept SSL connections." In VS2013 Pro, I have set the Project Property: SSL Enabled to True; SSL URL ishttps://localhost:44300. In the project properties pane, the Local IIS is selected from the drop down, and Project Url is https://localhost:44300/.
I am using Windows 7 Pro. IIS Express 8 is installed and it works well as I tested a Test SSL website.
What can I do please?
Thank you.