|
Product |
FileUp |
Version |
all |
Title |
Other users unable to browse site while an upload is in progress |
Problem |
When a user is uploading a file, all other users are not able to access any ASP pages until the upload is
complete. Once the upload is complete,
the site functions normally. |
Solution |
This behavior can occur when ASP server-side debugging is turned on for a web application. Ordinarily, ASP serializes all requests for a particular session, but not for an entire application or website. However, if server-side script debugging is enabled, this causes ASP to run in single-threaded mode, resulting in all requests being serialized.
To disable server-side script debugging:
- Open Internet Services Manager.
- Right click the default web site or the particular virtual directory.
- Choose the Home Directory tab or if it is a virtual directory choose the Virtual Directory tab.
- Click the Configuration... button under the Application settings.
- Click the App Debugging tab.
- Uncheck ASP Server-Side Script Debugging.
|
Created : 12/1/2002 12:00:00 AM (last modified : 12/4/2002 2:45:35 PM) |
|