Skip to content
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

Open
felixclase opened this issue Sep 26, 2019 · 10 comments
Open

Question: Single-file deployments are not supported in IIS #14473

felixclase opened this issue Sep 26, 2019 · 10 comments
Labels
affected-medium This issue impacts approximately half of our customers area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-iis Includes: IIS, ANCM severity-minor This label is used by an internal tool
Milestone

Comments

@felixclase
Copy link

image

image

image

???

@Tratcher
Copy link
Member

@shirhatti

@Tratcher Tratcher added area-servers feature-iis Includes: IIS, ANCM and removed area-hosting labels Sep 26, 2019
@shirhatti
Copy link
Contributor

This is a known limitation of in-process hosting. We should look into this for 5.0
cc @jkotalik

@shirhatti shirhatti added this to the 5.0.0-preview1 milestone Sep 26, 2019
@Tratcher
Copy link
Member

Doc bug, release notes, etc.?

@jkotalik
Copy link
Contributor

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

@dadjh85
Copy link

dadjh85 commented Aug 27, 2020

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?

@jkotalik
Copy link
Contributor

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.

@jkotalik
Copy link
Contributor

Tracking issue in runtime: dotnet/runtime#41482

@jkotalik jkotalik added affected-medium This issue impacts approximately half of our customers enhancement This issue represents an ask for new feature or an enhancement to an existing one severity-minor This label is used by an internal tool labels Nov 12, 2020 — with ASP.NET Core Issue Ranking
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 2, 2023
@A9G-Data-Droid
Copy link

This same error exists in .NET7 based hosting projects.

@aliajboy
Copy link

aliajboy commented Nov 2, 2024

Same Exists in .NET 8

@Azad-Developments
Copy link

Same Exists in .NET 9. looks like there is no desire to change or fix that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected-medium This issue impacts approximately half of our customers area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-iis Includes: IIS, ANCM severity-minor This label is used by an internal tool
Projects
None yet
Development

No branches or pull requests