Also i am using asp.net form authentication with following configuration
When I run my web application(Vs-2010) I expect that it should redirect to login.aspx, but application start with default.aspx or Details.aspx based on which form has focus at design time. I even try it after hosting to IIS but again same result.
Please suggest what can be Issue.
Javeed M ShaikhPosted Nov 3, 2011, 2:23 PM
also see that your authentication cookie is not set.
Ashish KhandelwalPosted Nov 4, 2011, 11:55 AM