I've been struggling with this for hours...
Could someone please advise me on how to convert my current File based SQL Server Express website to a Server based SQL Express one.
Particularly interested in what I need to do in the SQL Express management tool, changes I need to make the projecvt itself and changes needed to get IIS to understand things have been changed.
Thanks,
Martin.
Hi Martin, you can try these steps:
1. Detach the database file from your project: open the project with VS2005->right click the mdf file in Solution Explorer->choose detach
2. Attach the database into SQL: open Management Studio->right click Databases in Object Explorer-> choose Attach.
3. change your connection string: remove AttachDBFileName property; modify the database property to point to the new attached database.
For more information, you can refer tohttp://msdn2.microsoft.com/en-us/library/ms187858.aspx
No comments:
Post a Comment