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)
344
ISAPIApplicationHost isapiAppHost = new ISAPIApplicationHost(virtualPath.VirtualPathString, null, true, null, hostingParameters.
IISExpressVersion
);
967
if (inClientBuildManager && hostingParameters.
IISExpressVersion
!= null) {
970
appConfig = GetAppConfigIISExpress(siteID, appSegment, hostingParameters.
IISExpressVersion
);
Hosting\HostingEnvironment.cs (2)
294
if (_hostingParameters.
IISExpressVersion
!= null) {
295
ServerConfig.IISExpressVersion = _hostingParameters.
IISExpressVersion
;