Hacker News new | ask | show | jobs
by hudo 4378 days ago
> IIS is getting decaprecated (= The OWIN project)

Thats not even remotely true. How does Helios works then, which is also owin component?

1 comments

Perhaps decaprecated is a strong word, using IIS becomes optional thanks to OWIN would be better.

OWIN replaces the hosting part of IIS, so while you will always be able to run Asp.Net websites on IIS, IIS isn't a requirement anymore. (OWIN = Open Web Interface for .NET)

See the following link for a more thorough answer.

http://stackoverflow.com/questions/21308585/when-should-i-us...

Or http://www.dotnetcurry.com/showarticle.aspx?ID=915

Project Katana is a collection of projects for supporting OWIN (http://owin.org) with various Microsoft components. So yes, that obviously uses IIS. But IIS can be replaced by Apache or NGINX in the near future. Katana could be used as an example to implement the same thing for those webservers.