Upload

Discussion in 'ASP.NET / ASP.NET Core' started by Takeshi Eto, Jun 20, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    How are you uploading files? What tools are you using?
     
  2. 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]
     
  3. i'm using FTP Pro to upload the files
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    You have to upload both the modified ASPX file and the dll if you are using code behind.

    quote:Originally posted by yong

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

    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".
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    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.



    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">
     
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