Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the current status of the Helios project? [closed]

Tags:

asp.net

owin

Exactly one year ago there were some posts from Microsoft about project Helios. This was an OWIN implementation to self host your servers using IIS in a light way. The last Nuget package is from march 2014 Project Helios.

Does somebody know what is the current status of this project? Did they include it in the ASP.NET vNext implementation?

like image 218
Raul Avatar asked Jan 22 '15 09:01

Raul


1 Answers

According to these comments on GitHub there will be another release. However, a few days ago someone else on the team told me there wasn't another release planned so I'm not sure who's right. Hopefully they do another update for those of us unable to migrate to vNext at the moment.

Project Helios is now part of ASP.NET vNext and is how you host your applications in IIS. The vNext NuGet package was renamed to Microsoft.AspNet.Server.IIS

like image 111
Brian Surowiec Avatar answered Sep 27 '22 20:09

Brian Surowiec