1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

It seems impossible to browse while uploading files to ASP Classic Application!

Discussion in 'C#' started by shahaab, May 22, 2010.

  1. #1
    I'm still using ASP 3.0 (Classic) on one of my very old projects.
    Every time I'm uploading a file to the server using the ASP Upload the server doesn't
    respond to any other web requests! I cannot browse any other pages from the same
    website!

    This is really annoying as I have to wait until the upload is finished so I can browse my
    website again!
    Do you guys have any solution?
     
    shahaab, May 22, 2010 IP
  2. bibinsmk

    bibinsmk Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Try ajax controls for uploading the files. This will solve your problems.
     
    bibinsmk, May 25, 2010 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    or a Flash-based solution would work.
     
    ccoonen, May 25, 2010 IP
  4. cDc

    cDc Peon

    Messages:
    127
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Does you application have lots of #included asp files ?

    the server will recompile all the code in the application whenever a file is modified. So as you upload multiple files you can cause the server to recompile lots of code each time effectively locking it. I have only seen this before when using lots of nested includes though. so it might not help :)
     
    cDc, May 26, 2010 IP