Performance Considerations

ASP User's Guide > Simple Sample Programs

A Text Control should be used in page scope to achieve the maximum performance. Page scope means, that a Text Control is created for a single Active Server Page and will be alive until this page is processed.

It is not recommended to use a Text Control in session or application scope, because this can decrease the performance of Internet Information Server. The Session or Application object will be locked down to a single thread.