I am trying to run a C# application configured to use SSL in Visual Studio. When running the application, I am prompted to generate and trust a self-signed certificate that ASP.NET has generated.
When accepting, I am greeted with an error stating that there was an issue trusting the certificate.
Upon closer inspection, I can see that the certificate was generated successfully in my personal certificates for my Current User, but it was not applied to the Trusted Root Certification Authorities.
When trying to manually copy the certificate into the Trusted Root Certification Authorities, I am presented Access is Denied.
I've battled this and have been unable to pass this roadblock. If anyone has any idea as to why I cannot trust this particular ASP.NET certificate, please share.