aspnetcore/test/IISTestSite
Nate McMaster 011cf720e6 Add IServerVariablesFeature
Enables fetching variables directly from IIS when using in-process
hosting. This is not available for out-of-process hosting.

Other changes:
 - Update tests to only run if IIS Express has been updated to support
 the new schema for hostingModel
 - Add a simpler test fixture for in-proc testing
2018-01-29 12:51:26 -08:00
..
Properties
IISTestSite.csproj Make paths absolute for in-process, fix relative path check (#513) 2018-01-17 16:43:49 -08:00
Program.cs
Startup.cs Add IServerVariablesFeature 2018-01-29 12:51:26 -08:00
StartupAuthentication.cs Adds windows Auth support (#471) 2017-11-10 17:02:31 -08:00
StartupFeatureCollection.cs
StartupHelloWorld.cs
StartupHttpsHelloWorld.cs
StartupLargeResponseBody.cs
StartupResponseHeaders.cs
StartupResponseInvalidOrdering.cs
web.config