So, im workiing on this project at th emoment and I have the ASPNETDB database (The one which does all the login stuff, is a tool that you drag on and the database gets automatically created.
I migrated that .MDF database file to live on a proper SQL Server Database, but the problem I now have is that the program now cant find that database.
I cant figure out how to change the link to point at the SQL database rather than the .MDF file
Does anyone know how to do this?
Im using Visual Studio 2008 and SQL Server 2005 Developer on Server 2003
Thanks in advanced!