S
Steve
Hi All,
I keep getting the "System.Web.HttpException: Request timed out."
error message when I was uploading image files (about 400 image files)
to SQL table, all those image files are FTP to web server first, then
my aspx page reads those image files from web server then uploads to
SQL table (SQL server is in same machine as Web server), I have done
following: set SQL connection timeout to 6000 (in web.config file),
set SQL command timeout to 6000 (in C# code), set timeout in
web.config file to 120, but I still got same timeout error after 2
minutes (or less) I started uploading.
Does any one have any good ideas on ways to fix this. Thanks in
advance!
Steve
I keep getting the "System.Web.HttpException: Request timed out."
error message when I was uploading image files (about 400 image files)
to SQL table, all those image files are FTP to web server first, then
my aspx page reads those image files from web server then uploads to
SQL table (SQL server is in same machine as Web server), I have done
following: set SQL connection timeout to 6000 (in web.config file),
set SQL command timeout to 6000 (in C# code), set timeout in
web.config file to 120, but I still got same timeout error after 2
minutes (or less) I started uploading.
Does any one have any good ideas on ways to fix this. Thanks in
advance!
Steve