How many types of session in asp.net2.0
Answer Posted / divya p i
3 types
In proc
Out proc
Sql server
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Is a dll file an executable?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are the event handlers that can be included in the Global.asax file?
How long does an http session last?
Can one dll file contains the compiled code of more than one .net language?
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?
Which adapter should you use, if you want to get the data from an access database?
Explain what is an abstract class?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain some of the major built-in objects in asp.net
Is asp.net is a programming language?
How many web.config files can I have in an application?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)