1 write to IISExpressVersion
System.Web (1)
Hosting\HostingEnvironment.cs (1)
295ServerConfig.IISExpressVersion = _hostingParameters.IISExpressVersion;
4 references to IISExpressVersion
System.Web (4)
Configuration\IISMapPath.cs (1)
28if (ServerConfig.IISExpressVersion != null) {
Configuration\serverconfig.cs (3)
71if (IISExpressVersion != null || HostingEnvironment.IsUnderIISExpressProcess) { 101if (IISExpressVersion == null) { 104return ExpressServerConfig.GetInstance(IISExpressVersion);