Hi, I have a web application where I need to force a login in order to display a menu. My code is a follows:
This works very well if a correct username and password are entered (i’ve hard coded it above for simplicity but the values from the text boxes will be used). The parameter RedirectTo defines which page to load if the authentication data is correct. What i need now is a way of redirecting the user should they enter invalid authentication data. I assume there is another parameter to do the job but can’t find it in the help. Anyone know how to do it?!?
Any help would be greatly appreciated.