-
Notifications
You must be signed in to change notification settings - Fork 15
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
Required IIS Modifications #49
Comments
Essentially I don't care, which pool you are using (nevertheless, .NET might need an 'own' pool for it's process, since it won't load e.g. in-process AspNetCore Module along out-of-process AspNetCore Module - see https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/out-of-process-hosting?view=aspnetcore-9.0&preserve-view=true) The identity I'm speaking about is the process identity of the pool, e.g. the user running the app pool. |
Any chance you could show me a redacted screen shot of your IIS setup for this. I'm not getting what you are saying at all. Thanks |
I'm not 100% sure, what I would screenshot there for you, but have a short step by step explanation:
|
You provide: "Modify the IIS-AppPool, to not use .NET Framework (new .NET is loaded via another mechanism) and set its identity to either a group managed service account (recommended), custom account or "NetworkService"."
Are you specifically asking for a new pool to be created?
What identity gets set to what?
The text was updated successfully, but these errors were encountered: