deploying webform?

  • Thread starter Thread starter rcoco
  • Start date Start date
R

rcoco

Hi,
I've been working on local host to create a webform in asp.net. now
I'supposed to deploy it on another server how could I do this?
Thank you
 
Hi,

There are several ways of doing so.
1- Just copy the entire directory to the server. This is the easiest
solution but not a very safe one, as the source code will be copied as well
2- Use Project. Copy project and select "Only files needed to run this app"
3- Add a setup project and add the primary output from the project, this
will create a .msi that you may run in the production server.
 

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