Can two web application share a session and application
variable ?
Answer Posted / ratnam
No, can't share. Becz. both web application session's are
different and also for application variables.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is directive in asp net?
What is a 1x1 pixel?
What is the difference between a candidate key and primary key?
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.
Where sessions are stored in asp.net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the concept of view state in asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the flow of processing of the request? : asp.net mvc
Difference between response.redirect and server.transfer?
Define secured sockets layer.
How do we assign page-specific attributes?
What are server objects?
Where the viewstate is stored after the page postback?