I also create three roles for the application using ASPNET Configuration Tool the roles are :
- r_Admin
- r_Staff
- r_Acct
They are all working on my development computer, but when i deploy the application to my client computers and i enter the user name and password for each of the roles it reject it.
all the autentication and authorisation details are stored on my database as i don't want it creating another ASPNET.mdf for me.
why is it like that, please is their any thing am not doing right, i need your help.
thank you all