2
Reply

What are types of objects in ASP? It is not the apllication,session or so..

Karthik

Karthik

17y
4.6k
0
Reply

    Here are the list of ASP objects

     Response Object
     Request Object
     Application Object
     Session Object
     Server Object
     Error Object

     FileSystemObject Object
     Drive Object
     Folder Object
     File Object
     TextStream Object
     Dictionary Object

    In ASP, there are 6 objects. Those 6 objects are Request, Response, Session, Application, Server, ASPError.