Answer Posted / nizath ali.u
There are five types of built in objects
1) Request Object (It is used to access the information
sent in a request from a browser to the server).
2) Response Object (It is used to send information to the
browser).
3) Session Object (It is used to store & retrieve
information about particular user sessions).
4) Application object (It is used to store & retrieve
information that can be shared among all the users of an
application).
5) Server Object (It is used to access various utility
functions on the server).
Regards,
Nizath Ali.U
| Is This Answer Correct ? | 61 Yes | 4 No |
Post New Answer View All Answers
What is virtual directory in asp.net?
Explain the difference between the web config and machine config.
Why is string called immutable data type?
What is the parent class of all the web server control?
What is asp.net file?
What is the use of asp.net web api?
What are the main requirements for caching?
Who creates jsessionid?
What are the file extensions for razor views?
what is DLL Hell and how it is solved in .NET? please explain clearly??
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
How can you implement encapsulation in asp.net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is asynchronous call?