ASP.NET - ASP.NET ASHX Handler taking much time in server ?

Asked By avula on 15-Oct-13 05:40 AM
Hi EveryOne,

ASP.NET ASHX Handler working within one second in local but its taking more than 10 seconds in server.

Please suggest the way forward.

Thanks

Robbe Morris replied to avula on 15-Oct-13 08:04 AM
It isn't the concept of the handler, it is your code inside the handler.  Perhaps a slow database query or some other process you are executing via the handler?  We'd have to see your code to give you some insight.
avula replied to Robbe Morris on 21-Oct-13 08:46 AM
Thanks , i have modified the code and its worked.