I'm having a problem to run SSL enabled ASP.Net MVC site. I tried to create an ASP.NET based MVC webpage. I followed following steps:
- I've enabled the SSL property to True.
- Copied the SSL URL (in my case it was localhost:44301).
- In Solution Explorer, right clicked the SSLMVCTestApp and select Properties.
- Select the Web tab.
- Paste the SSL URL into the Project Url box, then click Create Virtual Directory.
- Saved the project and Run the project.
The Browser is opened with URL containing https, however no page is shown and rather it shows the message : "This webpage is not available".
However, for non HTTPS url it is working. Can anyone please guide me to resolve this issue. I need to run Https enabled URL from my apps.
Thanks & Best Regards,
Ahmed