Hi, I am working in ASP.net 3.5 MVC application.
1) Is there any standard for the response size returned by the web request( Say a good response size is 10k) and if it is more than that we may need to design the web page to return 10K or less.
Sometimes when I see a response more than 60K I feel like that page might struggle a lot when more users are accessing over the internet.
2)Also is there any way to monitor the session in InProc session state mode. Say monitoring the session size occupied by the application. Such measures can enable me to improve the performance of the application.
Any thoughts or comments are appreciated.