I am trying to redirect from secure (https) to http when user login. It redirects fine but for some reason its keeping the https.
Response.Redirect(RedirectPath)
RedirectPath
contains fully qualified URL including http.
for example RedirectPath = "http://www.mydomain.com"
but it redirects to the https://www.mydomain.com
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…