| Thread | Last Post | Replies |
|
| Performance Error in ASP.NET | 06 Apr 2004 17:47 GMT | 3 |
I am getting the following message when running a certain portion of my ASP.NET applicatio ------------------------------------------------------------------------------- Server Error in '/PicisWA' Application
|
| Exception whille creating custom performance counter | 05 Apr 2004 16:49 GMT | 1 |
Hi @all when I try to create a cutsom performance counter from my ASP.NET application I get an exception calling me, that the requested registry acces is not allowed. ASP.NET process is running as machine account Also trying to run some samples from KB, with my local account (Power ...
|
| strange performance behaviour | 05 Apr 2004 14:15 GMT | 14 |
I have following class and doing a performance test with it: class C { // uncomment to make this class larger
|
| Memory Leak asp.net/iis6/windows 2003/sql2000 | 04 Apr 2004 02:46 GMT | 1 |
Just implemented a production system using asp.net, iis6, sql2000 running on windows2003. Due to the iis6 settings of recyclying worker process every "n" minutes I didn't pick up during testing that there is a memory leak with the app. Narrowing it down even the following code ...
|
| Simple properties not inlined? | 01 Apr 2004 13:26 GMT | 3 |
I have made some tests on Properties vs Public fields... I have created a Matrix structure (value type) and I have made the following test public static void Main(string[] args Matrix matrix = Matrix.Identity PerformanceTimer timer = new PerformanceTimer()
|