M
Martin Rakhmanov
Hello
Simple ASP.NET page executed on .NET 1.1 and .NET 2.0 gives different
processing times - 2.0 is slower. Why? Here is source code for the page:
<%@ Page Language="C#" AutoEventWireup="true" Trace="true" Debug="false"
EnableViewState="False"%>
<html>
<body>
TEST
</body>
</html>
Thanks
Martin Rakhmanov
Simple ASP.NET page executed on .NET 1.1 and .NET 2.0 gives different
processing times - 2.0 is slower. Why? Here is source code for the page:
<%@ Page Language="C#" AutoEventWireup="true" Trace="true" Debug="false"
EnableViewState="False"%>
<html>
<body>
TEST
</body>
</html>
Thanks
Martin Rakhmanov