Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the scenario where we go for inpro and outpro session?

Answers were Sorted based on User's Feedback



Explain the scenario where we go for inpro and outpro session?..

Answer / umamahesh

inpro means in process , acutually sessions variables are
by default store in inpro that means sessions variables are
stored in current process, outproc means sessions variables
are store in sql database.......

Is This Answer Correct ?    7 Yes 2 No

Explain the scenario where we go for inpro and outpro session?..

Answer / aslam

In Proc mode is usefull for small application which can be
hosted on single server. This mode is most common and
default method to store session information. session data
is stored in memory of local web server. it is not ideal
for web farms and web gardens
Out of proc mode is ideal for scalable and highly
avialble application. it supports web farm and web gardens.
session state is held in process called aspnet_state.exe
that runs as a windows service.

Is This Answer Correct ?    5 Yes 0 No

Explain the scenario where we go for inpro and outpro session?..

Answer / tanveer

web Application is statless ,no state is maintained between
browser ans server , many ways are there to maintain state
on server or/and clent ,session is one of the most
important object to maintain state on server side .
Session can be stored on three different physical space,
1)on the same location were the application run i.e. in the
same process in worker process. which is known as inproc
In which form authentication can work and session_end
function does work in global.asax file.

inproc is the fastest way ,
but it gets referesh when iis recycle or restarted and data
lost.

2) out proc is the another way to store session on another
location (server) .


3) sql server state session is storedon sql server data
table

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?

2 Answers   Emphasis,


What parameters can you pass in the url of the api?

0 Answers  


Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?

1 Answers   Ignis Technologies,


What are the security types in asp.net?

0 Answers  


Give an example of what might be best suited to place in the application_start and session_start subroutines?

0 Answers  


what cut off mark for po's,what questions they asked for interview?

0 Answers  


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


Explain server-side scripting and client-side scripting.

0 Answers  


What is cross page posting? How is it done?

0 Answers  


How would you implement inheritance using c#?

0 Answers  


what is a virtual class?

1 Answers   Patni,


Categories