Re: Publish files from a webapplication to a productionserver.

From: Greg Burns (greg_burns_at_DONT_SPAM_ME_hotmail.com)
Date: 09/06/04


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
>
>



Relevant Pages

  • Re: Error when running site remotely
    ... Using code behind and uploaded the bin folder. ... local server, I had to go to 'my default web' under 'Internet Information ... upload both files to the Application root ... >> I have a perfectly fine running webform on the local server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Publish My XML Web Service
    ... Upload all your ASMX files and the bin folder to your host, ...
    (microsoft.public.dotnet.framework.webservices)
  • Does DLL need to be in bin?
    ... Do I always need to put an ASP.NET website DLL in the bin folder? ... Every I update ASPX and CS files, I have to upload into to different ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What files do I copy when deploying by FTP?
    ... Don't upload the resx files ... This posting is provided "AS IS" with no warranties, ... >> you need the bin folder and the asmx and aspx. ...
    (microsoft.public.dotnet.framework.aspnet)