Hi,
You can improve a little bit the performance if you use a precompiled web
application instead a normal web application that compiles the pages in
runtime.
I think there is nothing else you can do to improve the performance during
the first hit.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hi All,
>
[quoted text clipped - 15 lines]
>
> Thanks,
Anbu - 15 Sep 2006 14:54 GMT
Pablo,
Thanks for your reply.
I'm working on the server where the web services are installed. The web
services are created based on the Windows Libray concept with
HttpHandler. So I have dlls along with web.config files and no .cs or
aspx pages to compile.
Could you also clarify, if this has to be done on all the servers
wherever, i install the web services?
Thanks,