If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server?
Answer / srikanth
if u are using multiple instances of server then for
maintaing session state u need to use sqlserver session
state mode.i.e u r storing session information in db (you
need to specify db name also).
Is This Answer Correct ? | 0 Yes | 0 No |
What are the different Key TreeView Properties in Asp.net 2.0?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
Explain about consistent programming model in the .NET framework?
How does u call and execute a sp in .net?
Explain the difference between an exe and a dll?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What permissions do asp.net applications posses by default?
What are the event handlers that can be included in the Global.asax file?
Tell about WebService in Asp.Net?
Define a static class?
How do you pass session values from one page to another ?
Can we have multiple master pages in asp net?