You question is not clear. You state your app is net 6, but you publish is net 7.
internal server error is typically startup. Check the event log for the error message,
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
I am trying to publish my asp.net core 7 web API to a windows server IIS. I installed the core 7 windows hosting bundle but got an internal server error when I try to display it on the browser. What could be the problem? How can I solve this?
Here is the event log error message;
IIS APPPOOL\OyunPalas
Fatal alert generated and sent to remote endpoint. This may cause the connection to be terminated. TLS protocol defined fatal error code: 48. Windows SChannel error status: 552.
Here is my publish profile settings;
You question is not clear. You state your app is net 6, but you publish is net 7.
internal server error is typically startup. Check the event log for the error message,
Adding this to the connection string solved my issue;
TrustServerCertificate=Yes