Microsoft
Software
Hardware
Network
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
Bak File
autofire color box when user leaves the page
Removing Domain Controller from Windows 2003 domain
Windows 7 Network Port Scanner
how to use the results of a sql sub-select query in a where statement
Why can I not connect to a functional website with Firefox?
Adobe Plug In - cannot launch acrobat
How do I set permissions on folder app installed to so everyone has write access
Problem in switch statement in C
problem saving datagridview back to mysql vb.net