5 references to IISExpressPrefix
System.Web (5)
Compilation\ClientBuildManager.cs (5)
221
&& appVirtualDir.StartsWith(
IISExpressPrefix
, StringComparison.OrdinalIgnoreCase)
222
&& appVirtualDir.Length >
IISExpressPrefix
.Length) {
226
int endSlash = appVirtualDir.IndexOf('/',
IISExpressPrefix
.Length);
228
_hostingParameters.IISExpressVersion = appVirtualDir.Substring(
IISExpressPrefix
.Length, endSlash -
IISExpressPrefix
.Length);