Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
Answer Posted / js_m
C
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is special types forms
Which dll handles the request of .aspx page?
What is difference between abstract class and an interface?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is base class of button control in .net?
Name some asp objects?
Differentiate between file-based dependency and key-based dependency.
What is viewstate? What does the “enableviewstate” property do?
What are the uses of reflection?
How do I upload a file from my ASP.NET page?
Explain login control and form authentication.
Describe state management in asp.net?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Where the cookie value is stored?
What are query strings used for?