[thelist] 1st line of ASP Scripts (option explicit/on error/transaction)

Michael K. Ahn thelist at lists.evolt.org
Fri Jul 26 16:40:00 2002


Hey, it seems like everything is supposed to be on the 1st line of an
asp script.  Does anyone know the definitive order?

Ie.
Transaction=Required
Option Explicit
On Error Resume Next
Response.ContentType = "video/x-ms-asf"
Response.expires = 0

Dim x
Etc

Facts?  Opinions?