Performance Tuning

Command:

Build, Performance Tuning…

While application performance is significantly governed by the performance of your application’s underlying database, there are several factors in your generated application that also contribute to application performance.  The chief application performance option available is the location of the application’s View State information.

 

Option

Description

Page

Stores the application view state in the ASPX web page.

See Page-Based View State for details.

Session

Stores the application view state in the web server’s session.

See Session-Based View State for details.

Cache

Stores the application view state in the .NET cache.

See Cache-Based View State for details.

File

Stores the application view state in a file on the application serer.

See File-Based View State for details.

Database

Stores the application view state in a database.

See Database-Based View State for details.

 

See Also

Application Scalability and Performance

View State Storage Options for Improving Performance