0

I have given asp.net membership provider security into my web application for login and created database into the ms sql server all working fine on local server but, when I transfer my database local machine to server login credential is not working. I am guessing its happen because, I have used asp.net membership security and it has created .mdf file in my app code file, can any help me please now how can, I add this .mdf database into my Ms sql database...?????

2 Answers 2

1

Google for Attach Database. An mdf is a detached database image and can be copied, reattached ...

Sign up to request clarification or add additional context in comments.

Comments

0

The simplest way is to detach/attach a database. You may need both, mdf and ldf files. You should also transfer logins between servers. See how-to here.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.