If using “cookieless”, how can I redirect from a HTTP page to an HTTPS page?
String originalUrl = “/try/subflo/tryangled.aspx”;
String modifiedUrl = “https://localhost” + Response.ApplyAppPathModifier(originalUrl);
Response.Redirect(modifiedUrl);
NOTE: Fully qualified URLs in the response.redirect, server.transfer, and FORM action
tags cannot be used with cookiless sessions.