PDA

View Full Version : How to Update the code which already uploaded


yong
06-19-2003, 01:35 AM
my problems is when i uploaded my application to the server,
and i found got some code need to change,
so i upload again the code which i already change it.
after i overwrite the code in the server, and i run the web form, the result still remain same.
So is it i need to upload whole application 1 more time to the server which i just modify 1 of the file of the application .

bruce
06-20-2003, 03:45 AM
are you using code behind?

If you are, you have to upload both the changed file and the dll files in your bin dir

Hope this helps
[b]quote:Originally posted by yong

my problems is when i uploaded my application to the server,
and i found got some code need to change,
so i upload again the code which i already change it.
after i overwrite the code in the server, and i run the web form, the result still remain same.
So is it i need to upload whole application 1 more time to the server which i just modify 1 of the file of the application .
</blockquote id="quote"></font id="quote">

yong
06-22-2003, 06:25 AM
thanks bruces,
when i uploaded both the changed file and dll files in the bin dir, it worked.
thanks a lot!![:D]

[b]quote:Originally posted by bruce

are you using code behind?

If you are, you have to upload both the changed file and the dll files in your bin dir

Hope this helps
[b]quote:Originally posted by yong

my problems is when i uploaded my application to the server,
and i found got some code need to change,
so i upload again the code which i already change it.
after i overwrite the code in the server, and i run the web form, the result still remain same.
So is it i need to upload whole application 1 more time to the server which i just modify 1 of the file of the application .
</blockquote id="quote"></font id="quote">
</blockquote id="quote"></font id="quote">