- Today we use localhost which binds to both the ipv4 and ipv6 addresses. ANCM never communicates over ipv6 so it's pointless. This should also properly crash the process if the ipv4 address fails to bind (which we've seen reports in real applications for). |
||
|---|---|---|
| build | ||
| samples | ||
| src | ||
| test | ||
| .appveyor.yml | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| Directory.Build.props | ||
| Directory.Build.targets | ||
| IISIntegration.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| build.cmd | ||
| build.sh | ||
| korebuild-lock.txt | ||
| korebuild.json | ||
| run.cmd | ||
| run.ps1 | ||
| run.sh | ||
| version.props | ||
README.md
ASP.NET Core IIS Integration
This repo hosts the ASP.NET Core middleware for IIS integration.
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.