Okay, I'm currently working on a project and am stuck in a few areas. Lets start with my login system:
I've been using the createuserwizard and have been forced to use the default values it provides. I.E., I would prefer not to have a security question and answer, but I can't seem to figure out how to remove this without it resulting in a error.
Secondly, the password conventions require a non-alphanumeric charachter, which is cumbersome, how can I change this?
Furthermore, I am using GridView to display a table from an Access DB source. Insert and Edit work fine, however, I cannot make the delete button delete an entire row.
Finally, I currently have two seperate WebSites under one solution, and I cannot seem to have them communicate. Once a login is completed, how can I send the user over to a different website, containing the aforementioned table?
I'm using
VB here. Please let me know what code you would like to see and I will gladly post it.
EDIT: Also, when I run the debugger to see my websites locally, only one shows up and no errors are shown. This used to not be the case and I could see both sites easily. Any suggestions?