1 write to IISExpressVersion
System.Web (1)
Compilation\ClientBuildManager.cs (1)
228_hostingParameters.IISExpressVersion = appVirtualDir.Substring(IISExpressPrefix.Length, endSlash - IISExpressPrefix.Length);
5 references to IISExpressVersion
System.Web (5)
Hosting\ApplicationManager.cs (3)
344ISAPIApplicationHost isapiAppHost = new ISAPIApplicationHost(virtualPath.VirtualPathString, null, true, null, hostingParameters.IISExpressVersion); 967if (inClientBuildManager && hostingParameters.IISExpressVersion != null) { 970appConfig = GetAppConfigIISExpress(siteID, appSegment, hostingParameters.IISExpressVersion);
Hosting\HostingEnvironment.cs (2)
294if (_hostingParameters.IISExpressVersion != null) { 295ServerConfig.IISExpressVersion = _hostingParameters.IISExpressVersion;