Installing ASP.Net 1.1 App

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

Guest

Hi folks,
My googling skills are not usually so dire, but nothing I type can point me
to an article on how to successfuly create an installation project for an
ASP.net application

anyone know any useful URLs?

Regards and Thanks in advance,
CharlesA
 
Build it in "Release Mode".

Copy the files to the web server.

In 1.1, you can omit (not copy) the .cs or .vb files.

Change any germane web.config setting before copying to the web server.
...

That'll get you a working set of files...to copy to a webserver.
 
Thanks for the advice Sloan...
however I really do need a URL link for Web Setup Applications in 1.1 as my
sponsors require a .msi file...

Cheers,
CharlesA
 
Back
Top