Session Timeout |
3/30/2009 11:28:14 AM |
ASPRunnerPro General questions | |
C
carlosx author
Hello. I have made a page where users upload files. It works fine for small files. (1MB or less) but when uploading larger files, sudendly shows an error page. |
|
![]() |
Sergey Kornilov admin 3/30/2009 |
Carlos, |
C
|
carlosx author 3/30/2009 |
Carlos, what's the exact error message you getting?
|
S
|
sfierce 3/30/2009 |
I'm trying file uploads in a web form for the first time and having this same issue. I don't ever get an actual session timeout - the IE page just returns the generic http 500 error page. The page and the file upload work perfectly as long as the file is less than 1mb in size. I need for site visitors to be able to upload larger files. |
S
|
sfierce 3/30/2009 |
Just letting you know I may have found the answer for my particular issue. I increased the AspMaxRequestEntityAllowed entry in the metabase.xml file for IIS and now larger files are working. |
C
|
carlosx author 3/30/2009 |
thanks! |
![]() |
Sergey Kornilov admin 3/30/2009 |
Carlosx, |
C
|
carlosx author 3/31/2009 |
Thanks Sergey, |