Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionerror: Pin
mylogics21-Dec-09 19:20
professionalmylogics21-Dec-09 19:20 
AnswerRe: error: Pin
mylogics21-Dec-09 20:31
professionalmylogics21-Dec-09 20:31 
GeneralRe: error: Pin
Abhishek Sur21-Dec-09 21:44
professionalAbhishek Sur21-Dec-09 21:44 
GeneralRe: error: Pin
mylogics21-Dec-09 22:29
professionalmylogics21-Dec-09 22:29 
QuestionSessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak21-Dec-09 13:14
mtilak21-Dec-09 13:14 
AnswerRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur21-Dec-09 21:37
professionalAbhishek Sur21-Dec-09 21:37 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak22-Dec-09 7:58
mtilak22-Dec-09 7:58 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur22-Dec-09 21:17
professionalAbhishek Sur22-Dec-09 21:17 
Well... moving Inprocess session to StateServer will make your site 10 - 25% slower. Storage of Complex DataTypes will make it even slower.

Normally we do this when we have multiple servers for the same site, which makes it impossible to have session in one process.

So if you are not having multiple web server, storing viewstate to SQL server will reduce performance... Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak23-Dec-09 5:22
mtilak23-Dec-09 5:22 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur23-Dec-09 20:47
professionalAbhishek Sur23-Dec-09 20:47 
QuestionUrgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
ravindradonkada21-Dec-09 6:14
ravindradonkada21-Dec-09 6:14 
AnswerRe: Urgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
meltonllenos4-May-10 17:41
meltonllenos4-May-10 17:41 
Questionmaking a window model Pin
Hema Bairavan21-Dec-09 0:54
Hema Bairavan21-Dec-09 0:54 
AnswerRe: making a window model Pin
Abhijit Jana21-Dec-09 1:03
professionalAbhijit Jana21-Dec-09 1:03 
QuestionPhoto tagging Pin
Subin Mavunkal20-Dec-09 23:41
Subin Mavunkal20-Dec-09 23:41 
AnswerRe: Photo tagging Pin
sashidhar20-Dec-09 23:46
sashidhar20-Dec-09 23:46 
QuestionUse windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:18
Dot-Net-Dev20-Dec-09 22:18 
AnswerRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 22:35
professionalAbhishek Sur20-Dec-09 22:35 
GeneralRe: Use windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:49
Dot-Net-Dev20-Dec-09 22:49 
GeneralRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 23:31
professionalAbhishek Sur20-Dec-09 23:31 
AnswerRe: Use windows control in ASP.NET Pin
Gamzun22-Dec-09 17:34
Gamzun22-Dec-09 17:34 
QuestionCalling Stored Procedure from javascript code Pin
deepseeindeepsy20-Dec-09 22:03
deepseeindeepsy20-Dec-09 22:03 
AnswerRe: Calling Stored Procedure from javascript code Pin
Abhishek Sur20-Dec-09 22:12
professionalAbhishek Sur20-Dec-09 22:12 
Questionjavascript function name length Pin
benams20-Dec-09 21:31
benams20-Dec-09 21:31 
AnswerRe: javascript function name length Pin
Abhishek Sur20-Dec-09 21:39
professionalAbhishek Sur20-Dec-09 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.