Recent Posts

Monday, April 19, 2010

WinHttp.WinHttpRequest giving Error "Not enough storage is available to process this command" in ASP.net (solved)

I have a webservice written in Asp .net 2.0 that uses WinHttp.WinHttpRequest which is now giving me "Not enough storage is available to process this command"

while googling i found out microsoft website that tells to increase IRPStackSize value in the registry and restart the server. Changing the registry and restarting the production server for one application didn't seemed right to me.

It only happens in production server when there is heavy load on my web service.

This is solved in below Kb article


Read more!