Hi All.
I have an activation page and i pass in the value of the activation code with the url so querystring can pick it up. This is so that when the user enters their username and password it can check against the code and activate or not as necessary. However, what if the activation code that is picked up by querystring is incorrect for whatever reason, i was thinking that i should display like an error page telling the user that this page does not exist or something.
Any suggestions?