Response.Redirect() to redirect to a page in a subfolder
I am using a Response.Redirect(“login.aspx”); Since I moved my login.aspx to my Account subfolder, I tried the following code, however it doesn’t work. Response.Redirect(“Account/login.aspx”); The …