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