Ravi Khambhati
Ravi Khambhati

Reputation: 743

Enable SSL for ASP .NET Site

I am trying to enable SSL on one of my ASP .NET Web Site.

While doing so I am performing below two steps.

enter image description here

enter image description here

After doing above two settings if i try to browse site I should see below two popup.

enter image description here enter image description here

But I am not getting above two popup instead I am getting below message on IE.

This page can’t be displayed

Note: Please ignore PortNumber I have taken screen from other website.

Upvotes: 0

Views: 474

Answers (1)

blowdart
blowdart

Reputation: 56550

If they don't appear, then you've probably clicked "Don't ask me again", and VS is doing exactly what you asked it to do - not ask you.

You can reset that by editing the registry and removing HKCU\Software\Microsoft\VisualStudio\12.0\WebProjects\HideTrustIISCertificatePrompt

Then when you restart VS and attempt to enable SSL on your project you should be prompted again.

Upvotes: 1

Related Questions