Re: Publish files from a webapplication to a productionserver.
From: Greg Burns (greg_burns_at_DONT_SPAM_ME_hotmail.com)
Date: 09/06/04
- Next message: Siv: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Previous message: Ron Dahl: "Re: What have I done?"
- In reply to: ReidarT: "Publish files from a webapplication to a productionserver."
- Next in thread: ReidarT: "Re: Publish files from a webapplication to a productionserver."
- Reply: ReidarT: "Re: Publish files from a webapplication to a productionserver."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 10:14:49 -0400
Use the Copy Project menu item from Project menu. It will copy on the
necessary files.
Basically you need:
web.config
bin folder contents (not the *.pdb file if your compiled for release)
your *.aspx files
do not need the *.vb files, these are compiled into your *.dll file (in the
bin folder)
Greg
"ReidarT" <reidar@eivon.no> wrote in message
news:u$r06dBlEHA.1048@tk2msftngp13.phx.gbl...
>I have made a simple webapplication in vb.net, with 2 aspx-pages.
> Which files do I upload to the production-server and
> are there any dependency-files?
> Are the files that need to be uploaded in the bin-folder?
> regards
> reidarT
>
>
- Next message: Siv: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Previous message: Ron Dahl: "Re: What have I done?"
- In reply to: ReidarT: "Publish files from a webapplication to a productionserver."
- Next in thread: ReidarT: "Re: Publish files from a webapplication to a productionserver."
- Reply: ReidarT: "Re: Publish files from a webapplication to a productionserver."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|