Recomendations on client installs of web application.

B

Bishop

I'm looking for any recommendations of tools or processes to develop an
install that clients can run to install a web application on they're system.



The web application is pretty simple; the only thing that might need to be
changed in the web.config is the DNS name of the database.



The install will however need to configure IIS (virtual directory, etc.) and
SQL (MSDE probably) with a database containing 4 tables.
 
S

Scott Allen

VS.NET comes with a Setup & Deployment project that is useful for
basic (very basic) installs. There are custom actions you can fire
that could present a dialog box that would let the user enter config
information to write into web.config.

Here is an article demonstrating custom actions to modify IIS settings
during the install:
http://msdn.microsoft.com/library/d...internetinformationserverduringdeployment.asp

Other software exists too, Installshield I believe has the capability
to do ASP.NET installs. Perhaps Wise Installer does too.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top