IIS 6 bug??
am 13.09.2007 05:08:01 von shashi
I have my dev enviornment, where one particular page test.aspx takes about
0.9 seconds with IIS 5.1 and asp.net 2.0
Where as the same exact code on IIS 6.0 with asp.net 2.0 with a separate app
pool takes about 9 to 10 seconds. IIS 6.0 has more resources available at its
disposal.
I have verified memory, cpu cycles, disk i/o and bps on the IIS 6.0
everything seems to be normal.
Any ideas where to start apart from resources? Is this a IIS 6.0 feature or
a bug?
Re: IIS 6 bug??
am 13.09.2007 08:57:57 von David Wang
On Sep 12, 8:08 pm, Shashi wrote:
> I have my dev enviornment, where one particular page test.aspx takes about
> 0.9 seconds with IIS 5.1 and asp.net 2.0
>
> Where as the same exact code on IIS 6.0 with asp.net 2.0 with a separate app
> pool takes about 9 to 10 seconds. IIS 6.0 has more resources available at its
> disposal.
>
> I have verified memory, cpu cycles, disk i/o and bps on the IIS 6.0
> everything seems to be normal.
>
> Any ideas where to start apart from resources? Is this a IIS 6.0 feature or
> a bug?
You provided insufficient details.
For example, if you are talking about the first request to IIS taking
9-10 seconds while subsequent ones take .9 seconds, that is by-design
because it's how ASP.Net works.
In general, if you are talking about an ASP.Net page performance, the
issue is not an IIS6 bug.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//