Question : How do I improve ASP.NET application performance ?

Hello,

I developed a asp.net application with ms sql server. Some times I find the application to be very slow. How can I improve the performance ?

Answer : How do I improve ASP.NET application performance ?

Hi westdh,

You can add any variable or object you want to Session State. For example if you want to add the url path to Session State using c#:

Session["url"]=URLvariable

Hope this helps you.
Random Solutions  
 
programming4us programming4us