Browse by Tags
All Tags »
ASP.NET Performance (RSS)
Sorry, but there are no more tags available to filter with.
Recently an issue came up where an admin was upgrading their Windows 2003 Server OS from 32bit to 64bit but they wanted to keep their ASP.NET application as is and running under WOW. The issue they hit was with monitoring performance counters. While using
Read More...
I have worked a few high profile performance related issues in the last six months which all resulted in the same root cause. Since most of my customers use SQL server and stored procedures to access data from their ASP.NET web sites I thought I would
Read More...
Authentication to ASP.NET May be Slow When using custom authentication modules and/or role based authentication in ASP.NET you may find that the authentication process is slow. The IsInRole() method of WindowsPrincipal was implemented in 1.0 and 1.1 in
Read More...