Click here to Skip to main content
15,894,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Yes... There are lots of Tools available. The one that I like the most is Fiddler.

http://www.fiddler2.com/fiddler2/version.asp[^]

You might take a look into it.
Yes, you can modify the page with maximum nos of partial postbacks to make the calls smaller.
Also if you create your form dynamically in the client side without the viewstate and pass to an HTTPHandler, it would remove unnecessary postback data as well.

You might also go for Client Cache for scripts/images/ css etc, and Also few data caching which is required for every call to improve the performance of the page(You might use Cache server to hold your cache).

Finally GZip / Deflate compression makes the request/ response smaller.
You might take a look into my article to have an idea:
Compress Response and HTML WhiteSpace Remover[^]

You can see how the performance is increased in fiddler tool.

Cheers.Rose | [Rose]

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

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 
QuestionNew window should open in another browser Pin
siddisagar20-Dec-09 21:25
siddisagar20-Dec-09 21:25 
AnswerRe: New window should open in another browser Pin
Abhishek Sur20-Dec-09 21:32
professionalAbhishek Sur20-Dec-09 21:32 

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.