[Archived] ASP.NET Core IIS integration. Project has moved to https://github.com/aspnet/AspNetCore
4ff51831f0
As a part of unifying repos, this repo has been merged with aspnet/AspNetCore. After merging this, the repo will be made read only. |
||
---|---|---|
.vsts-pipelines | ||
benchmarks/IIS.Performance | ||
build | ||
nuget | ||
samples | ||
src | ||
test | ||
tools | ||
.appveyor.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
IISIntegration.NoV1.sln | ||
IISIntegration.sln | ||
LICENSE.txt | ||
NuGet.config | ||
NuGetPackageVerifier.json | ||
NuGetPackageVerifier.xplat.json | ||
README.md | ||
THIRD_PARTY_NOTICES | ||
build.cmd | ||
build.sh | ||
korebuild-lock.txt | ||
korebuild.json | ||
run.cmd | ||
run.ps1 | ||
run.sh | ||
version.props |
README.md
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 vs
or 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 --recursive
after initial clone
build.cmd