HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...File manager Request timed outFile manager Request timed out
Previous
 
Next
New Post
3/20/2006 5:04 AM
 

I'm adding some pictures to my portal, and place these in the folder Portals/0/fotos
After adding some directorys (about 25 with a total of approx 500 pics) i press synchronize database.
After some time i get the following error:
Request timed out.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Request timed out.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Request timed out.]

Does anyone know if this problem can be solved?
 
New Post
3/20/2006 6:29 AM
 

You have to modify the web.config file:

<!-- allow large file uploads -->

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />

Change "8192" to a much higher number.

 
New Post
3/21/2006 1:06 AM
 
krevice wrote

You have to modify the web.config file:

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />

Change "8192" to a much higher number.

Hmm, i changed the value to a much higher value (1000000) but stil get the time out? Something else i have to do??

 
New Post
3/22/2006 10:15 PM
 
Do i also have to re-install DNN after this step?
 
New Post
3/22/2006 11:14 PM
 

It all kind of also depends on the size of the upload and the speed of the connection.  If you are uploading a hugh file over a 56k modem link the IIS session is going to expire and the upload will timeout.

I'd say anything much over a MB or two you should probably be using FTP.  It's quicker, safer and has less resource overhead on the server.  And you won't get IIS session timeouts.  :)


Paul Davis
 
Previous
 
Next
HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...File manager Request timed outFile manager Request timed out


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.