Difference between revisions of "Troubleshoot ASP.NET"

From MgmtWiki
Jump to: navigation, search
(Certificate=)
(References)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
Errors found and fixed in the wild.
 
Errors found and fixed in the wild.
  
==Certificate===
+
==Certificate==
 
*error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file  
 
*error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file  
 
** [https://github.com/dotnet/runtime/issues/36333 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
 
** [https://github.com/dotnet/runtime/issues/36333 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
Line 9: Line 9:
  
 
[[Category: Best Practice]]
 
[[Category: Best Practice]]
 +
[[Category: ASP.NET]]

Latest revision as of 11:19, 16 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

References