Thank you for your reply. Say I have a button that performs something then redirects to: Response.Redirect("userhome.aspx?uid={SomeGUIDHere}"); and I want it to be users/{SomeGuidHere} I've setup a few rules in IIS7 to try it out and it does work but do I have to change ALL my buttons to...