I am trying to run ASP MVC application with SSL mode set to true and whenever i run the application, i get prompt to trust the IIS Express SSL certificate. Upon clicking Yes
Here's my first time answer. I have solved the issue using this method.
After that go to personal -> Certificates and find localhost
drag localhost to trusted root certifications Authorities -> Certificates
Now structure list issue resolved as first it wasn't permitting to import in user certificates.
So, now go to start type certificate again but instead of manage computer certificate go to manager user certificates and do the same drag and drop from personal to trusted root certification authorities -> certificate folder.
Note: In case you have deleted localhost from personal then just import it by first opening the visual studio project on chrome you will see certificate details in left of address bar and export that certificate and import that certificate to personal -> certificate folder