Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...MP3 timeout at upload; executionTimeout in web.config?MP3 timeout at upload; executionTimeout in web.config?
Previous
 
Next
New Post
9/11/2007 12:50 PM
 

Hi,

I finished my MP3 Manager and all tests on my webserver are running fine.

But now I try to run my module in my Webhost4Life hosted site and it turns out that I get a timout during the actual upload.

The guys from the helpdesk told me that I can either modify the web.config by placing this piece of code into it:

<system.web>
<httpRuntime executionTimeout="90" maxRequestLength="4096"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
</system.web>

My question: Tis part is not in the standard web.config, wil this work when I add it to the web.config?

Another option would be a modification in the machine.config:

<httpRuntime

executionTimeout="90"

maxRequestLength="4096"

useFullyQualifiedRedirectUrl="false"

minFreeThreads="8"

minLocalRequestFreeThreads="4"

appRequestQueueLimit="100" />

But I can't get to this file on the WH4L hosting. Anyway, my own machine.config on my testserve has no executionTimeout either, and my server works fine!

Please help with some information.


jos Richters www.visualdata.nl
 
New Post
9/11/2007 12:56 PM
 

The httpRuntime element should be in your DotNetNuke web.config already.  http://msdn2.microsoft.com/en-us/library/e1f13641.aspx discusses the attributes for this element.  It looks like they are telling you to set all of the values to the default, so maybe WH4L sets them to a lower value.  What I have seen to be the most important attribute of httpRuntime is maxRequestLength.  This sets how big of a file the web server will upload.  It should default to 4MB, so if your mp3 is larger than 4MB, you'll have to increase that value (or find some other upload solution).

Hope it helps,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...MP3 timeout at upload; executionTimeout in web.config?MP3 timeout at upload; executionTimeout in web.config?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out