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