Name and explain about the Objects in ASP?
Answer / aspguru
Application : To perform any task needed when starting the
Application
Session : To handle the interaction with SINGLE client.
Request : Used to handle client requests
Response : Responding to Client's Requests. ( Sending HTML
content to Clients )
Server : Used to communicate with Server.
ObjectContext : Using Objects through MTS.
ASPError : Used to obtain Error information from pages.
| Is This Answer Correct ? | 2 Yes | 0 No |
SAP Design Studio Reporting Tool for beginners
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
Define application-scope?
What process happens behind, when we try to access any page on the internet.
Can I use .net framework components from a com program?
What are the Web Servers supporting ASP?
Is asp classic dead?
What is the common language specification (cls)?
What are the stored procedures?
Explain life cycle of asp page.
What purpose is served by the application.lock method?
How to insert the records in a database table by using asp?