Updating an ASP.NET site
Hi
My ASP.NET site is getting rather large in file storage. To avoid having to
upload the whole GB of data for every update I nee to update only the files
that where updated. If I change the code in the App_Code folder I can't just
recompile the site and only upöpad the binary files in the bin folder. For
some reason I also need to upload the aspx and cs files even if they wasn't
changes.
Does any one have a clue how to solve this problem.
Is there a specific dll file that I can upload only. For example the
App_Code.dll.
Sincerely
Lars
.
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 files from a webapplication to a productionserver.
... necessary files. ... bin folder contents (not the *.pdb file if your compiled for release) ... > Which files do I upload to the production-server and ... (microsoft.public.dotnet.languages.vb) - 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) |
|