-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Question: Single-file deployments are not supported in IIS #14473
Comments
This is a known limitation of in-process hosting. We should look into this for 5.0 |
Doc bug, release notes, etc.? |
This requires a lot of work from the core-setup side to get working. cc @elinor-fung. @guardrex can we add a few sections to the AspNetCoreModule section to mention that single file deployments aren't supported: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.0#in-process-hosting-model |
I guess this feature will only be available in .NET 5, in .NET Core 3.1 is it not possible to publish applications this way? |
It's possible to publish apps in that way in .NET Core 3.1 and .NET 5, however they won't run with IIS in-process hosting. We are going to investigate this in 6.0. |
Tracking issue in runtime: dotnet/runtime#41482 |
This same error exists in .NET7 based hosting projects. |
Same Exists in .NET 8 |
Same Exists in .NET 9. looks like there is no desire to change or fix that! |
???
The text was updated successfully, but these errors were encountered: