I used the ASP.NET configuration to add the users and roles and it automatically made a database. Everything is running great in the localhost, but I am trying to migrate the website to my goDaddy host page. How do I migrate the secure database? Do I have to make any changes in the web.config, besides the connection string?
2 comments
Leave a comment
You must be logged in to post a comment.
You’d better ask godaddy’s support team, they know their servers better.
use SQL Server Management Studio Express for you to access your database in go daddy. but first you must create DB in your account and get its login and pass then extract the local DB then re create it on godaddys DB. the connection string will change itself.