How to Update the code which already uploaded

Discussion in 'ASP.NET / ASP.NET Core' started by yong, Jun 19, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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 .
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
    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">
     
  3. thanks bruces,
    when i uploaded both the changed file and dll files in the bin dir, it worked.
    thanks a lot!![:D]

    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
    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">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page