Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hiii i have a database in sql server 2005 and i want to import that database into webmatrix2....
pls do help.
Posted

1 solution

If you want that your WebMatrix site have access to data stored in a sql server 2005 database, you can simply create a connection to a sql server instance.
This article explains the procedure that you could follow: Connecting to a SQL Server or MySQL Database in WebMatrix [^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900