You will only have to include <%@ TRANSACTION = Supported %> in your ASP if it is going to do some kind of Database Updating or Inserting, by default TRANSACTION is set to MTSNonTransaction(al) which means that your ASP is either querying or doing nothing with a Database, if this is the case then you don't need to put anything within your ASP. [sig][/sig]