Hi @Teufel Larissa18 ,
You can configure traces to view the server's diagnostic trace logs to find specific problems.
You can check the documentation for specific steps.
https://learn.microsoft.com/en-us/dotnet/framework/wcf/diagnostics/tracing/configuring-tracing?redirectedfrom=MSDN
You can also try opening a browser and entering the service URI, usually you can get the error message you need from this screen.
This error may be caused by insufficient server memory, you can try restarting the computer (not recommended), or you can try adding <serviceHostingEnvironment minFreeMemoryPercentageToActivateService="1">
in <system.serviceModel>
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.