Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
In order for the asset management to function properly, you need to configure the library storage and download, as well as the IIS. These configurations are managed in library.Storage.config and library.Download.config. You can also use the Amazon S3 service for storage. The various configuration options are described below.
Paths to a file is created using the real extension. For example: "Library/Folder1/Folder2/File1.txt". In IIS the Path Rewriter is installed which changes requests to FileLibrary/Download.axd?path=Library/Folder1/Folder2/File1.txt or adds extra extention ".axd" to all the requests. In ASP.NET, HttpHandler is configured for FileLibrary/Download.axd. Handler intercepts requests and processes them.
Paths to the file are not original, for example: Library/Folder1/Folder2/File1.txt.axd. ASP.NET HttpHandler is configured for all .axd types which intercepts requests.
"Amazon S3" is a widely used internet based storage. Do the following to set up this type of storage:
Last updated: Oct 21, 2014