1 write to _appHostConfigPath
IIS.Tests (1)
Utilities\TestServer.cs (1)
99
_appHostConfigPath
= Path.GetTempFileName();
2 references to _appHostConfigPath
IIS.Tests (2)
Utilities\TestServer.cs (2)
109
var startResult = WebCoreActivate(
_appHostConfigPath
, null, "Instance");
141
webHostConfig.Save(
_appHostConfigPath
);