I installed Win 10 pro v1803 and Visual Studio 2019, and when I tried to run a newly created .NET web application, I get the following message:
This project is configured to use SSL. To avoid SSL warnings in the browser you can choose to trust the self-signed certificate that IIS-Express has generated.
Would you like to trust the IIS Express SSL certificate?
And after I click yes, I get:
Adding the certificate to the Trusted Root Certificates store failed with the following error:
The access control list (ACL) structure is invalid.
I've tried removing the certificate from 'manage computer certificates' and repair IIS Express 10 from control panel, but it didn't work.
Also, when I run another web application, that I had saved on another laptop and copied it on the current one, I don't get this error.