1 implementation of AppConfigPath
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
52public string AppConfigPath { get; }
1 reference to AppConfigPath
NativeIISSample (1)
Startup.cs (1)
115await context.Response.WriteAsync("Application Config Path: " + envFeature.AppConfigPath + Environment.NewLine);