Friday, September 5, 2008

Gridview to excel C# Getting Error "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."

in web.config add inside <system.web >

< httpRuntime maxRequestLength="2097151" executionTimeout="3600" />

No comments: