her er noget fra Microsoft læg mærke til nr. 4
-------
ASP Tips and Top Ten List
Here’s a list of the top ten things to keep in mind when you are working with ASP. This list should get you started in the right direction. For a comprehensive explanation and list of tips, refer to the article 15 ASP Tips to Improve Performance and Style at
http://www.microsoft.com/sitebuilder/archive/features/asptips.htm.1. Design for success.
2. Use application state for caching output.
3. Create and modify ProcessorThreadMax registry value.
4. Use system DSNs, not file DSNs or DSN-less DSNs.
5. Enable buffering for all Applications.
6. Use Microsoft Transaction Server “Library” Packages.
7. Disable Session state, if not used.
8. Use OptionExplicit with VBScript.
9. Make ADO free-threaded if you use SQL Server.
10. Modify the metabase AspScriptEngineCacheMax value.
-----
Hvis microsoft siger det har de vel ret???