This is a migrated thread and some comments may be shown as answers.

Support for IIS7 Integrated Mode

3 Answers 124 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Patrick Tran
Top achievements
Rank 1
Patrick Tran asked on 25 Jul 2008, 06:43 PM
"Support for IIS7 integrated modeNow the HttpModule has been reworked to integrate IIS7 support. Memory optimization relies on the default .NET Framework 2.0 engine."

What exactly does it mean that memory optimzation relies on the default .NET 2.0 engine?  Does it mean that uploads use up system memory rather than saving to a temp file?

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 28 Jul 2008, 07:35 AM
Hello Patrick Tran,

ASP.NET 2.0 uploads work by saving temporary files. Caching the whole file in memory was present in ASP.NET 1.x

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
zachgotnosauce
Top achievements
Rank 1
answered on 29 Jul 2008, 04:22 PM
That's great, but I think to be more thorough, how did RadControls for ASP.NET do it before IIS 7 integration? 

And do you need to use the TargetFolder or TargetPath properties to use temp files rather than memory?  Can you point us to a kb on how to ensure you are using temp files rather than memory?
0
Erjan Gavalji
Telerik team
answered on 01 Aug 2008, 07:58 AM
Hi zachgotnosauce,

In the previous RadUpload version, RadUploadHttpModule handled the files and saved them to a temporary location (hence the TempFolder property). The TargetFolder property of RadUpload works the same way it worked before - the component takes the files that were uploaded in its file input fields and saves them to the specified folder.

As per the ASP.NET temp files - I'm sorry I could not find the article mentioning explicitly the upload memory optimization in ASP.NET 2.0, but here is one, describing how to change the default temp path for the FileUpload control.

Kind regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Patrick Tran
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
zachgotnosauce
Top achievements
Rank 1
Erjan Gavalji
Telerik team
Share this question
or