Welcome to MSDN Blogs Sign in | Join | Help

May 2006 - Posts

ASP.NET 2.0 - Errors while re-directing user to an error page after the exception is thrown from COM Port

Abstract ======= There is an ASP.NET 2.0 application inside of which i connect to serial COM port by using the classes present in System.IO.Port namespace ( http://msdn2.microsoft.com/en-us/system.io.ports.serialport.aspx ). I am able to connect to COM
Posted by Parag Agarwal | 0 Comments
Filed under:

Setting Server.ScriptTimeout programatically in ASP.NET not taking into effect

The reason behind it was that debug attribute was set to true inside web.config. If debug attribute is set to true, then batch compilation is diasbled <httpRuntime executionTimeout /> or calls to Server.ScriptTimeout is ignored. To confirm, set
 
Page view tracker