When i implement the following code in my Global.asax.cs in the session timeout procedure, It prompts me an error...
HttpContext.Current.Response.Redirect("login.aspx");
What will be the problem?
Note: I want to forward the user to login page when the session is timeout.So i used this. Correct me if i am wrong in my procedure.