When i configure user security by asp.net configuration tool.Here my defaults security tables are created in same application in App_Data under ASPNETDB database.so how can i maintain those tables in my dedicated sql server.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can check this asp forum Link it shows you how to embed the membership tables in a custom database instead of ASPNETDB.. also check this Link for an explanation about membership providers.