R
Rosie Chua
Dear all,
I am running an online file management server that allows web clients to
upload files from a webform to the web server.
Using the code
"filename.PostedFile.SaveAs(fullPath);"
I have no problem uploading file with size up to 25MB, but the page starts
to create problem with any size above 25 MB - the error message displayed is
"Server Unavailable" or occasionally it just dies off.
I am running the web server using ASP.net framework 1.0 developed using C#
In the Application Log of the machine's event viewer, I get these message:
Event Type: Error
Event Source: ASP.NET 1.0.3705.288
Event Category: None
Event ID: 1003
Date: 6/26/2003
Time: 10:45:47 AM
User: N/A
Computer: ROSIE
Description:
aspnet_wp.exe (PID: 2108) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180 seconds.
Event Type: Error
Event Source: ASP.NET 1.0.3705.288
Event Category: None
Event ID: 1001
Date: 6/26/2003
Time: 9:54:35 AM
User: N/A
Computer: ROSIE
Description:
aspnet_wp.exe (PID: 1532) was recycled because memory consumption exceeded
the 306 MB (60 percent of available RAM).
I'd set the following value on Web.Config, but it still doesn't work:
<httpRuntime maxRequestLength="153600" />
Anyone know how to go around this problem? The uploaded file size could be
up to 150MB in size.
Cheers
Rosie Chua
I am running an online file management server that allows web clients to
upload files from a webform to the web server.
Using the code
"filename.PostedFile.SaveAs(fullPath);"
I have no problem uploading file with size up to 25MB, but the page starts
to create problem with any size above 25 MB - the error message displayed is
"Server Unavailable" or occasionally it just dies off.
I am running the web server using ASP.net framework 1.0 developed using C#
In the Application Log of the machine's event viewer, I get these message:
Event Type: Error
Event Source: ASP.NET 1.0.3705.288
Event Category: None
Event ID: 1003
Date: 6/26/2003
Time: 10:45:47 AM
User: N/A
Computer: ROSIE
Description:
aspnet_wp.exe (PID: 2108) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180 seconds.
Event Type: Error
Event Source: ASP.NET 1.0.3705.288
Event Category: None
Event ID: 1001
Date: 6/26/2003
Time: 9:54:35 AM
User: N/A
Computer: ROSIE
Description:
aspnet_wp.exe (PID: 1532) was recycled because memory consumption exceeded
the 306 MB (60 percent of available RAM).
I'd set the following value on Web.Config, but it still doesn't work:
<httpRuntime maxRequestLength="153600" />
Anyone know how to go around this problem? The uploaded file size could be
up to 150MB in size.
Cheers
Rosie Chua