Session state in ASP DOT NET
Illustrate the Session state in the ASP.NET.
Expert
All clients accessing a Web application maintains the separate session with a Web server, and there is also some detailed information associated with each of these sessions. The session state is defined in a <sessionState> element of a web.config file. It stores a data specific to the user session in the session variables. Different session variables are created for every user session. Session variables can be accessed from some page of application. When the user accesses a page, then the session ID for user is created. Session ID is transmits between the server and a client over a HTTP protocol by using cookies.
What is Custom Activities?
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
Write name of the class which can be used for converting the data types?
What we can do to allot page specific attributes in the ASP.NET application?
List the types of Cookies that are available in ASP.NET?
What is meant by the Object Pooling?
What is meant by the term Extensible Markup Language (XML).
Illustrate the term Namespace also its uses?
Illustrate the term Marshalling?
How we can decide whether we should deploy application or publish application?
18,76,764
1943306 Asked
3,689
Active Tutors
1427387
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!