I\'m sure this has been asked time and time again. And yes I\'ve searched. However, I\'m unable to find an example that clearly demonstrates what I\'m looking to accomplis
Use application relative urls. ~/ represents the application root path, so it will work for both / and /virtual-directory/.
~/
/
/virtual-directory/
Response.Redirect("~/testing.aspx");