- GetTickCount() is limited to the resolution of the system timer, which is typically 10-16 ms. If two apps in separate app pools are started within this time window, it's possible GetTickCount() will return the same value, which causes the apps to try the same random port(s). - Addresses #1124 |
||
|---|---|---|
| .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
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