----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: vbohra Message 1 in Discussion Hi, I had written a web service in ASP.net 2.0. For deploment , I had precompiled it using aspnet_compiler using following command. aspnet_compiler -v /DBAccess "C:\DBAccess\DBAccess_deploy\Release" -d -c It compiles successfully and creates a compiled version in destination directory. Then I deployed this compiled version. Now when ever my client application makes first hit to deployed web service, it takes approx 2 - 3 minutes to return first call. Then next call onwards for that client application it gives fast responce (in couple of seconds). Same happens for each client application which is accessing the web service. Client applications are .NET windows and web applications. Even a client application stops and start again after some time (1 hr or so). the first call to Web service is again slow. I tried doing this on IIS 5 and 6 both but no improvement. I calculated the time from any web method start to end, it is surprisingly very short then the total time differencef in client application from call to data receive. I tried in non precompiled mode too, and off course it is more slower in it. Is there any solution to make first access fast? After installation accessing ES once, does not help too. thanks, Vbohra ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
