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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryFundamental Repository flaw - downloading blocks site browsingFundamental Repository flaw - downloading blocks site browsing
Previous
 
Next
New Post
2/4/2008 4:46 PM
 

When downloading files. During the process of downloading the user can not browse the site anymore. All subsequent page requests hang.

After the downloading of the file has completed the page requests are processes.

The problem is that a file of 30MB could be downloaded for example for 5-10mins.

This is caused by the standard ASP.NET session requests serialization.

To overcome this you should return the old design with a Downloader.aspx page and in the page set the following

<@Page EnableSessionState="false"

This will ensure that during the process of downloading the user session will not be blocked for other page requests.

Best wishes,
Ivo

 
New Post
2/5/2008 2:13 PM
 

For both security reasons and reasons of consistency, more recent versions of the Repository module no longer use their own methods for uploading and downloading files, but instead use the dotnetnuke core services. I would imagine you will have the same issues downloading files from the File Manager or UDT or any other core module.

 
New Post
2/18/2008 5:36 AM
 

Hi Steve,

I think the problem here is not what method is used for downloading, but where it is used. Because it is used in the Post request of the default.aspx page all user requests while downloading are blocked.

 

If downloading is moved to a separate page which has the SessionState switched off it will not block the other user requests.

Best wishes,

Ivo

 

 
New Post
7/6/2008 3:27 PM
 

Hi,

Are there any advance on this issue.

I think the end user experience connected with this issue is very bad.

"While 1 user uploads a file, no other user will be able to browse the portal, until the upload has finished".

 

Ivo

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryFundamental Repository flaw - downloading blocks site browsingFundamental Repository flaw - downloading blocks site browsing


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