deploying a web application/dbase on a server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to setup an installation cd that one can just run from a server
to install a .NET web application onto that server. The program is using
crystal reports so these dlls need to be placed on the server as well. It
also is using webhelp (created using robohelp) so this should be included as
well. Also the application interfaces with a relational database, Microsoft
SQL 2000 and was wondering if there is an automatic way to install the
database (create tables,key constraints ect ) and have this as part of the
installation package on the cd?
 
Paul said:
I am trying to setup an installation cd that one can just run from a server
to install a .NET web application onto that server. The program is using
crystal reports so these dlls need to be placed on the server as well. It
also is using webhelp (created using robohelp) so this should be included
as
well. Also the application interfaces with a relational database,
Microsoft
SQL 2000 and was wondering if there is an automatic way to install the
database (create tables,key constraints ect ) and have this as part of the
installation package on the cd?


Take a look at
Streamline Your Database Setup Process with a Custom Installer

(http://msdn.microsoft.com/msdnmag/issues/04/09/CustomDatabaseInstaller/default.aspx)
and
Walkthrough: Using a Custom Action to Create a Database During Installation
(http://msdn.microsoft.com/library/d...mactiontocreatedatabaseduringinstallation.asp).

John Saunders
 
ok thanks for the information. Looks like there is quite a bit to it, but
will save a lot of time once the installer is setup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top