how to include Sql Server 2000 database in a web setup project
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Can anyone suggest how can we include MS Sql Server 2000 database in a web setup project (asp.net,C# project).ie while installing the project the Database also should be installed without manually setting up the database. Cheers,
-
In VWD you can just click File - New - SQL Database
The answers posted by me are suggestions only and cannot be used in anyway against me.
I am using visual studio 2003.(Frame work 1.1). i have the database with my application.what i want is while making the setup,i want to include the database too.(so that while installing the web set up,i need not to install database seperately)...any idea?? Cheers,