Go to file
Pavel Krymets 9f76dfa31f
Merge pull request #719 from aspnet/pakrym/fix-error-code
Do not return 200 for exceptions
2018-03-22 16:23:11 -07:00
build Merge pull request #716 from aspnet/release/2.1 2018-03-22 10:23:29 -07:00
nuget
samples Do not return 200 for exceptions 2018-03-22 12:21:10 -07:00
src Return HRESULT 2018-03-22 15:49:18 -07:00
test Merge pull request #719 from aspnet/pakrym/fix-error-code 2018-03-22 16:23:11 -07:00
tools
.appveyor.yml
.editorconfig
.gitattributes
.gitignore Add Managed to native project dependencies (#708) 2018-03-21 16:23:48 -07:00
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
IISIntegration.sln Add support for running test sites on IIS from VS (#714) 2018-03-22 10:21:59 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
NuGetPackageVerifier.xplat.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update package metadata to include commit hash (#713) 2018-03-21 17:42:18 -07:00
korebuild.json Update KoreBuild channel 2018-03-16 12:30:34 -07:00
run.cmd
run.ps1
run.sh
version.props Update version prefix to preview3 2018-03-16 11:26:47 -07:00

README.md

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.