I have a project . i want to deploy the project which having a sql server database
name info . plpease give me the steps for deploy the project with database in c#
Its Urgent
Thanks
keshav
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
keshav singhPosted Nov 20, 2009, 11:59 PM
but when i deploy the project then i donot know how can i include the sql express 2005 database in setup so that the project setup can run on any machine only doing installation of project
Roei BarPosted Nov 20, 2009, 2:20 AM
the SQL Server is hosted in a central Repository and should not be deployed as part of the application.
do not forget that not all users run server OS and on non server OS you cant install the usual SQLServer , only Express or Dev.
if you need a local DB use XML or XSD as your DB.
Lalit MPosted Nov 20, 2009, 12:30 AM