Response.Redirect using ~ Path
I think you need to drop the “~/” and replace it with just “https://stackoverflow.com/”, I believe / is the root STOP RIGHT THERE! 🙂 unless you want to hardcode your web app so that it can only be installed at the root of a web site. “~/” is the correct thing to use, but the … Read more