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
"Lars" <jon...@xxxxxxxxxxxxxxxxxx.com> wrote in message
news:m3ytk.1883$U5....@newsb.telia.net...