Membership API help is needed
-
Hi all, iam using Memberhip API and login controls for user login and authentication. by default asp.net 2.0 uses sql server Provider am i right? now how i change this for MS Access data Provider ? or how i configure this by defalult server for security any article to point this issue Best Regards
-
Hi all, iam using Memberhip API and login controls for user login and authentication. by default asp.net 2.0 uses sql server Provider am i right? now how i change this for MS Access data Provider ? or how i configure this by defalult server for security any article to point this issue Best Regards
-
Hi all, iam using Memberhip API and login controls for user login and authentication. by default asp.net 2.0 uses sql server Provider am i right? now how i change this for MS Access data Provider ? or how i configure this by defalult server for security any article to point this issue Best Regards
How about not using access and converting your DB to SQL Express then your troubles dissapear :-)
Kind Regards, Gary
My Website || My Blog || My Articles
-
How about not using access and converting your DB to SQL Express then your troubles dissapear :-)
Kind Regards, Gary
My Website || My Blog || My Articles
Thanks for the reply , actually i read that Membership API by default uses the Access DB and it creates automatically inside App_Data Folder . but some articles defined that the by default is using sql server DB . kindly clear me in these ideas . I also Downloaded the video from asp.net site and it is also defining the Access Database by default. Best regards