PDA

View Full Version : Upload


Eric
06-20-2003, 04:43 AM
How are you uploading files? What tools are you using?

yong
06-20-2003, 11:49 AM
To update my application in the server, do I need to upload the entire application, or do I need only to upload the particular file which has been modified ?

I tried to upload ONLY the modified file but this not work.

Help
[:X]

yong
06-22-2003, 05:41 AM
i'm using FTP Pro to upload the files

bruce
06-22-2003, 10:31 AM
You have to upload both the modified ASPX file and the dll if you are using code behind.

[b]quote:Originally posted by yong

i'm using FTP Pro to upload the files
</blockquote id="quote"></font id="quote">

MIB
06-23-2003, 06:44 AM
Bruce,
when u say modified ASPX file u mean aspx and aspx.cs files? or aspx, aspx.cs and aspx.resx?

I am using Front Page to update the my file I also have the same problem.


I always used "Only files need to run in this applicaiton".

bruce
06-24-2003, 03:09 AM
if you are using code behind, you only need to upload teh aspx, asmx, dll files. resx, cs, vb, etc... are all complied into the dll.



[b]quote:Originally posted by MIB

Bruce,
when u say modified ASPX file u mean aspx and aspx.cs files? or aspx, aspx.cs and aspx.resx?

I am using Front Page to update the my file I also have the same problem.


I always used "Only files need to run in this applicaiton".
</blockquote id="quote"></font id="quote">