-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
503 error with InProcess hosting, completely fine with OutOfProcess hosting #47518
Comments
Are you able to test without this? If you create a new mostly empty application do you have the same issues?
Was that the AspNetCore logs with everything turned up to Debug levels? Are you able to run it with the debugger and first-chance exceptions enabled? When running locally in Release, can you run it with Kestrel or HttpSys instead of IIS? |
@Tratcher Thank you for the quick reply; I will look into these items and circle back! We may have some debug logs still from when it was turned up; I will look. If not we can give that another go.
Do you have a quick guide or docs for how to do both of those items? |
https://dev.goshoom.net/2018/10/first-chance-exceptions/
Even if you need to disable some functionality temporarily, its good to eliminate oddities from the repro. |
Hi @cvocvo. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
We're working to gather more data; please keep this open. |
@Tratcher
Thus at the moment, we're pretty confident we can close this and move on. Thank you for your help! |
Is there an existing issue for this?
Describe the bug
We have an ASP.NET website we upgrade from .NET framework 4.8 to .NET 6 with ASP.NET Core and EF Core. We've been struggling with a really odd issue for a few weeks where our upgraded site seemingly works and doesn't work.
Conditions where it works:
Conditions where it doesn't work (we get a 503 error)
What happens when it doesn't work:
stdoutLogEnabled="true"
We have tried a lot of things to try and solve this and I think we'd have it probably sorted out if we could get a more descriptive error than the 503 error we're seeing. Any ideas / help would be very much appreciated!!
Some similar posts we've looked at:
Maybe there's some extra module(s) being loaded?
Expected Behavior
We expect the site to launch and run in release mode with InProcess hosting.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
6.0.407
Anything else?
Entity Framework Core: EF Core 8.0.0-preview.2.23113.4
ASP.NET Core version: 6.0.13
The IDE (VS / VS Code/ VS4Mac) you're running on, and its version:
Server: Windows Server 2016 (fully patched)
Include the output of dotnet --info:
From a dev PC:
From the server:
The text was updated successfully, but these errors were encountered: