By default the KendoUI MVC project template for VS 2012 is an internet project. After I create the project, I want to make it an intranet project(window integrated authentication). I have done the following on the project properties:
1. Disabled the Anonymous Authentication
2. changed Managed Pipeline Mode to Integrated.
3. Enabled Windows Authentication
but it always redirects me to
http://localhost:55063/login.aspx?ReturnUrl=%2F. Of course, the file doesn't exist. It works when I refresh with the url.
Please let me know how to remove this redirect.
Thanks.
Yingyi