Hi,<BR><BR>What does it mean when we say that ASP+ pages are compiled ? Does it mean that all ASP+ codes are DLLs ? Can anybody tell me how are ASP+ pages are compiled if written in VB?<BR><BR>ThanksYou do not compile the ASP+ code. You use ASP+ code just like<BR>you use ASP code. The difference is that when the server reads<BR>an ASP+ file for the first time (or one that has been changed),<BR>it compiles it, and then it always uses the compiled version<BR>until the file gets changed again.<BR><BR>-- Skippie<BR>