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 Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
IISTestSite.csproj Make paths absolute for in-process, fix relative path check (#513) 2018-01-17 16:43:49 -08:00
Program.cs Moves in-process to UseIISIntegration, removes Server.IIS namespace (#443) 2017-10-06 09:52:42 -07:00
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 Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
StartupHelloWorld.cs Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
StartupHttpsHelloWorld.cs Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
StartupLargeResponseBody.cs Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
StartupResponseHeaders.cs Remove header serialization in favor of setting IIS response directly. (#465) 2017-11-06 20:28:40 -08:00
StartupResponseInvalidOrdering.cs Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
web.config Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00