I want to be able to redirect a url to another url. However, I want to do this without running all of the code after the redirect code. So once it hits the redirect code, it goes straight to the specified url and doesn't execute the remaining code on that page (index.aspx).

I am new to web dev so bear with me...

Thanks.