F
Flip
What is the proper/suggested/best way to deploy a webapp to a Win2K3 Server
running IIS6?
I am coming from the j2ee world (easy on the flames please, I'm moving to
..NET remember :>), and I've created a solution that has my four web apps
contained in their own projects (correct me if that's not the proper way,
but that's an easy way to manage webapps in JBuilder), and I was hoping I
could create another project (?) to copy the files over to IIS. Is this the
right way?
I would like to have one button (or as few as possible :>) to compile and
deploy the webapps to the server. How do you people do this in production
systems?
I know I can co the xcopy way, but now I have a boat load of what I think
are VisualStudio files sitting on my IIS box in the webapp that I don't
necessarily like having there (only cause I know they don't belong there).
Do you deploy a web app by bundling everything up into a .cab file? Much
like the .jar file in j2ee?
Any help, webpages, references would be appreciated. Thank you.
running IIS6?
I am coming from the j2ee world (easy on the flames please, I'm moving to
..NET remember :>), and I've created a solution that has my four web apps
contained in their own projects (correct me if that's not the proper way,
but that's an easy way to manage webapps in JBuilder), and I was hoping I
could create another project (?) to copy the files over to IIS. Is this the
right way?
I would like to have one button (or as few as possible :>) to compile and
deploy the webapps to the server. How do you people do this in production
systems?
I know I can co the xcopy way, but now I have a boat load of what I think
are VisualStudio files sitting on my IIS box in the webapp that I don't
necessarily like having there (only cause I know they don't belong there).
Do you deploy a web app by bundling everything up into a .cab file? Much
like the .jar file in j2ee?
Any help, webpages, references would be appreciated. Thank you.