Enable detailed startup errors by default.
This commit is contained in:
parent
3c1b759750
commit
2f2ca234a5
|
|
@ -39,6 +39,7 @@ namespace Microsoft.AspNet.Server.Testing
|
||||||
ServerType = serverType;
|
ServerType = serverType;
|
||||||
RuntimeFlavor = runtimeFlavor;
|
RuntimeFlavor = runtimeFlavor;
|
||||||
RuntimeArchitecture = runtimeArchitecture;
|
RuntimeArchitecture = runtimeArchitecture;
|
||||||
|
EnvironmentVariables.Add(new KeyValuePair<string, string>("ASPNET_DETAILEDERRORS", "true"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public ServerType ServerType { get; private set; }
|
public ServerType ServerType { get; private set; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue