Windows Authentication Not working in Elastic Beanstalk
问题 I have an ASP .net web application that uses windows authentication. The page displays logged in persons user name (Controller.User.Identity.Name), and has <authentication mode="Windows" /> in web.config. The page works fine in the current server, and my local machine. But when i deployed it to beanstalk server the page doesn't prompt for credentials. Below are the steps i have done so far. I figured out that i have to enable windows authentication in the EBS IIS server. Added a AWS Elastic