I am building an intranet application in ASP .NET 5, MVC 6. I want to know how to enable Windows Authentication.? The default project template supports only Individual User
You need to configure manually IIS Express (in VS2015 CTP6).
For do that, edit applicationhost.config file.
(C:\Users\your username\Documents\IISExpress\config\applicationhost.config)