I am hosting a asp.net 5 application on azure, the code is complied for beta8, the application runs fine on the local environment and when i publish the code on the azure si
I was able to solve this issue by removing forwardWindowsAuthToken from the web.config file under wwwroot.
httpPlatformremove the forwardWindowsAuthToken="true/false" propertyRedeploy and mine worked fine.
See here https://github.com/aspnet/Hosting/issues/364 for plenty of discussion