Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Parag's Weblog
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
ASP.NET 2.0
ASP.NET Datagrid
Custom Control Development
Internet Information Server (IIS)
Misc. Category
Performance
Session State Management
Support Cases
VSTS
News
These postings are provided "AS IS" with no warranties, and confers no rights.
Archives
July 2009 (2)
April 2007 (1)
July 2006 (1)
May 2006 (2)
April 2006 (1)
March 2006 (3)
February 2006 (4)
January 2006 (3)
December 2005 (5)
November 2005 (3)
Blogs I read
Tess's Blog
Rahul's Blog
Scott Guthrie's Blog
Praveen's Blog
Dinos Esposito Blog
Nikhil Kothari's Weblog
May 2006 - Posts
Tuesday, May 16, 2006 6:24 PM
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:
ASP.NET 2.0
Monday, May 08, 2006 3:14 PM
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
Posted by
Parag Agarwal
|
0 Comments