ASP.NET 5 beta 8 requires HttpPlatformHandler MSI installed on build server
With the latest release of ASP.NET beta 8, it requires a new HttpPlatformHandler to be installed on the server running VS2015. This is achieved with the latest IDE tooling update, but on the build server, it needs this separately.
Is there a way to install an MSI via build script, or would this have to be done on the image itself?
Thanks,
Kirk
-----------
See this discussion thread:
https://github.com/aspnet/Hosting/issues/412
And from their announcement:
https://github.com/aspnet/Hosting/issues/364
1. Download and install HttpPlatformHandler v1.2 on the server.
x86 version: http://go.microsoft.com/fwlink/?LinkId=690722
x64 version: http://go.microsoft.com/fwlink/?LinkId=690721
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 16 Oct, 2015 04:57 PM
It could be easily installed with the following script:
However "ASP.NET beta 8" is the news. We are going to update VS 2015 on build workers in the meantime.
2 Posted by kirk.marple on 16 Oct, 2015 06:10 PM
Great, thanks. Is there a place to look for notifications when build workers get updated?
Support Staff 3 Posted by Feodor Fitsner on 16 Oct, 2015 06:15 PM
Sure: http://www.appveyor.com/updates
4 Posted by kirk.marple on 20 Oct, 2015 01:56 AM
Hi Feodor, is there an ETA on getting the build workers updated to beta 8? Just wanted to plan out our next steps.
Thanks,
Kirk
Support Staff 5 Posted by Feodor Fitsner on 21 Oct, 2015 07:05 PM
This or early next week.
6 Posted by kirk.marple on 03 Nov, 2015 05:01 AM
Hi Feodor, just wanted to check if this update had occurred yet? I don't see a recent update on that web page, so wanted to check. Thanks!
Support Staff 7 Posted by Feodor Fitsner on 03 Nov, 2015 07:20 PM
Hi Kirk,
We are still working on the update. Sorry for the delay. It will be deployed this week.
Support Staff 8 Posted by Feodor Fitsner on 07 Nov, 2015 03:44 AM
The update has been deployed.
9 Posted by kirk.marple on 07 Nov, 2015 04:05 AM
Great, thanks for letting me know.
kirk.marple closed this discussion on 26 Nov, 2015 03:24 AM.