Products

Solutions

Resources

Partners

Community

About

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!

  • 4/7/2015
  • 8189 Views

Comments

8189 Views

Folder Types

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 

Background

Since the 3.0 release, DotNetNuke has supported the concept of folder types (this concept was further extended with the 6.0 release with Folder providers ). A folder type is an abstraction allowing DotNetNuke to determine the storage details of a file, but that still exposes the file as though it were a part of the underlying filesystem.

Folder types

There are 3 folder types that ship with DotNetNuke, though additional ones can be added with Folder providers .

Standard Filesystem

The standard file system simply stores the file within the filesystem of the DotNetNuke application. This is the default and most commonly used folder type as the majority of files in a system are available to all users e.g. css/js/images.

Secure Filesystem

When a user creates a folder as a secure folder, DotNetNuke will append a ".resources" extension to any files within that folder. As ".resources" is mapped to the 404-handler automatically by asp.net it means that a request to that file will be ignored i.e. if a user knew or could guess the URL, a request for "www.mysite.com/portals/0/wages.xls" would serve up that file. However a request for "www.mysite.com/portals/0/wages.xls.resources" would be denied.

This is a good way to protect files against anonymous downloads, and also has minimal overhead as the only additional work DotNetNuke needs to do is append the ".resources" extension and know to ignore it when returning lists of files for this folder type. Files in these types of folders are only accessible via linkclick.aspx links, which allow DotNetNuke to verify permissions before deciding if the request should serve the file.

Secure Database

This option is similar to secure filesystem, except that the files are stored in the database. Whilst this is as effective as secure filesystem (and in some cases useful as it does not require syncronisation of the files in a webfarm), reading and writing to a database has more overhead than working with a filesystem. In addition, installs typically have much less database space than filesystem space, so care should be taken when selecting this choice

References

DotNetNuke Folder types explained
Contents
No sections defined
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out