HttpPlatformHandler was created by Microsoft Azure team and made publicly available in 2015. More history about this Microsoft product can be found in this blog post.
As Microsoft didn't publish any new release after v1.2 and more issues related to this old release were reported by users, there is a need to give the user community something new. Our team at LeXtudio Inc. are experienced .NET developers with extensive IIS knowledge so we decided to give this a try.
We chose to fork and build up ASP.NET Core module, which was initially a fork of HttpPlatformHandler itself, now is both open-source and well maintained by Microsoft ASP.NET Core team. By renaming many things through the code base, we are able to derive a slim module that just works for any programming languages/application servers. And most importantly we keep this new module backward compatible with HttpPlatformHandler v1.2. That's why we simply call it HttpPlatformHandler v2.
The changes we make are released under MIT.
Find a release from the Releases section and you can see the installers (x86, x64, and ARM64).
Install them according to the IIS/IIS Express builds you are using, and then you can apply your previous knowledge/configuration of HttpPlatformHandler.
Bugs or questions can be reported to the Issues section.
For commercial support inquiries, please contact LeXtudio Inc. via email [email protected] or our home page.
Security issues should be reported privately, via email, to LeXtudio Inc. [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
See CODE-OF-CONDUCT
This table includes links to download the latest builds of the ASP.NET Core Shared Framework. Also included are links to download the Windows Hosting Bundle, which includes the ASP.NET Core Shared Framework, the .NET Runtime Shared Framework, and the IIS plugin (ASP.NET Core Module). You can download the latest .NET Runtime builds here, and the latest .NET SDK builds here. If you're unsure what you need, then install the SDK; it has everything except the IIS plugin.
Platform | Shared Framework (Installer) | Shared Framework (Binaries) | Hosting Bundle (Installer) |
---|---|---|---|
Windows x64 | Installer | Binaries | Installer |
Windows x86 | Installer | Binaries | Installer |
Windows arm64 | Installer | Binaries | Installer |
macOS x64 | N/A | Binaries | N/A |
macOS arm64 | N/A | Binaries | N/A |
Linux x64 | Deb Installer - RPM Installer | Binaries | N/A |
Linux arm | N/A | Binaries | N/A |
Linux arm64 | RPM Installer | Binaries | N/A |
Linux-musl-x64 | N/A | Binaries | N/A |
Linux-musl-arm | N/A | Binaries | N/A |
Linux-musl-arm64 | N/A | Binaries | N/A |