M
Manish Jain
Environment: Windows 2000 Server (SP4), ASP.Net/C# (Framework 1.1) Hardware:
PIII @ 700 MHz, 512 MB RAM
----------------------------------------------------------------------------
-------------------------------------------------------
I have developed a web application which I am deploying on above mentioned
environment. Problem is that when I run it for the first time after a Build,
then there is too much of CPU hogging. The Task Manager shows aspnet_wp.exe
and csc.exe as the culprits. This happens for each page, for the first time.
My understanding is that c-sharp compiler compiles the aspx pages the first
time. Subsequently, this overhead is not required till the next build.
Can somebody explain the reason behind the slow performance?
Is there any configuration/setting that I am ignoring?
Is it possible to do what csc.exe does at build time?
Basically, is there something that I can do to ensure less load time for the
first time. I am facing very low performace on my intranet, i am worried
about what would happen on the Internet.
Thanks and Regards
Manish
PIII @ 700 MHz, 512 MB RAM
----------------------------------------------------------------------------
-------------------------------------------------------
I have developed a web application which I am deploying on above mentioned
environment. Problem is that when I run it for the first time after a Build,
then there is too much of CPU hogging. The Task Manager shows aspnet_wp.exe
and csc.exe as the culprits. This happens for each page, for the first time.
My understanding is that c-sharp compiler compiles the aspx pages the first
time. Subsequently, this overhead is not required till the next build.
Can somebody explain the reason behind the slow performance?
Is there any configuration/setting that I am ignoring?
Is it possible to do what csc.exe does at build time?
Basically, is there something that I can do to ensure less load time for the
first time. I am facing very low performace on my intranet, i am worried
about what would happen on the Internet.
Thanks and Regards
Manish