Difference between revisions of "Troubleshoot ASP.NET"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== Errors found and fixed in the wild. ==Certificate=== *error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file...")
(No difference)

Revision as of 18:47, 8 June 2021

Full Title

Errors found and fixed in the wild.

Certificate=

  • error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file
    • the certificate file cannot be opened, be sure it is in the right folder (/ASP.NET/Https/) and that you have permissions to open it

References