I have configure DNN 7.1.1 site on internal server with window authentication and disabled anonymous access in IIS. Site requires only windows Authentication using Active Directory and if user provide correct credentials, then to display Site Home page. We don't want user registration and logged on site using Active Directory Authentication.
Site hosted on Window Server 2008 R2 Standard, IIS 7.5 running in Integrated mode, Two-Level Authentication with Forms Authentication and Windows Authentication. Problem is that when i browse site first time with correct window authentication it redirect user on login page ie. http://sitedev/login.aspx?ReturnUrl=%2f instead of http://sitedev, and when again hit the same url then it working fine. and if i click ctrl + F5 also it redirect to login page.
I goggled for it but didn't get any proper solution. Please help me out on this issue.
Thanks & Regards
Himanshu