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