Hello,
I have a project with 2 databases, one of which is the ASPNETDB.mdf.
I have uploaded it OK and that all works fine. The club want to control the addition new profiles, so what I was going to do was let people send the admin an email to ask to create a profile for them, and then admin could add the new user to the ASPNETDB.mdf through the website configuration tool on the local version of the site, then upload the updated ASPNETDB.mdf.
I am having trouble attaching an ASPNETDB.mdf to the solution that is from the restored .bak. I use SSMS 2012 to restore the .bak from the host server. I presume its possible to attach this type of database to a project solution like that?
Or is there anything in particular I should be looking to do to make it work right?
The error I am getting when trying to connect to the database is an Error 26, Error Locating instance specified
Thank you all