IISIntegration
IISIntegration copied to clipboard
[Archived] ASP.NET Core IIS integration. Project has moved to https://github.com/aspnet/AspNetCore
ASP.NET Core IISIntegration [Archived]
This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.
This repo hosts the ASP.NET Core middleware for IIS integration and the ASP.NET Core Module.
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.
Building from source
- Install prerequisites
- Visual Studio 2017
- Workload:
Desktop development with C++- Run
run.ps1 install vsor install the following components- Additional Component:
Windows 8.1 SDK and UCRT SDK - Additional Component:
Windows 10 SDK (10.0.15063.0) for Desktop C++ [x86 and x64]
- Additional Component:
- Run
- Workload:
ASP.NET and web development
- Workload:
- Visual Studio 2017
- Clone with submodules
git clone --recurse-submodules IISIntegration- OR run
git submodule update --init --recursiveafter initial clone
build.cmd