Hi, I have a self-signed certificate installed and had Visual Studio 2012 project that I copied to a new folder, opened it with VS 2013 and ran it using IE 10 but get the pop-up along the bottom.
"Internet Explorer blocked this website from displaying content with security certificate errors"
But the page seems to load and when I click on the padlock icon it says the self-signed cert is OK so I'm not sure what is happening. When I go back to VS 2012, the error doesn't happen at all.
Only in VS 2013 for some reason. I then ran the project with Fiddler running and it gave me...
"The remote server (localhost) presented a certificate that did not validate, due to RemoteCertificateChainErrors.
fiddler.network.https> HTTPS handshake to localhost failed. System.Security.Authentication.AuthenticationException The remote certificate is invalid according to the validation procedure."
I don't get why I get the error occurs unless something didn't get copied over to the VS 2013 project.