Can two web application share a session and application
variable ?
Answers were Sorted based on User's Feedback
Answer / raj
you can share session and application variable in two web
application..but they should be run in same application
process
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ram
No, You cant share session and application variable
Is This Answer Correct ? | 3 Yes | 6 No |
Answer / 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 |
What are the main advantages of using asp.net?
explain code with datachaching with example
What is .Net3.0 and .Net3.5? Describe something about that Features..
How can u handle Exceptions in Asp.Net?
how many character send in one sms forget 160limit and think about gateway allowed
What is a master page and what does it do?
main difference between asp.net2.0,asp.net1.1,asp.net1.0
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the difference between adding reference in solution explorer and adding references by using ?
What is tracing? Where is it used?