Hacker News new | ask | show | jobs
by soundoflight 4422 days ago
The old one was open sourced a couple months (years?) back and is on CodePlex. http://aspnetwebstack.codeplex.com/
1 comments

Not quite: that's "ASP.NET MVC", the razor view engine, "web pages", and some other libraries like Entity Framework and SignalR. Technically these are just libraries built on the closed-source ASP.NET stack, colloquially known as System.Web, which is essentially IIS.
In ASP.NET vNext, there is no System.Web any more. They have broken the core into separate components, and their source is in the OP link.
It's at least available to view the source:

http://referencesource.microsoft.com/System.Web/xsp/system/W...

That's not open-source.