Sign In
Parag's Weblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET 2.0
ASP.NET Datagrid
Custom Control Development
Internet Information Server (IIS)
Misc. Category
Pages
Performance
Session State Management
Support Cases
VSTS
Archive
Archives
July 2009
(2)
April 2007
(1)
July 2006
(1)
May 2006
(2)
April 2006
(1)
March 2006
(4)
February 2006
(4)
January 2006
(3)
December 2005
(6)
November 2005
(3)
May, 2006
MSDN Blogs
>
Parag's Weblog
>
May, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Parag's Weblog
ASP.NET 2.0 - Errors while re-directing user to an error page after the exception is thrown from COM Port
Posted
over 6 years ago
by
Parag Agarwal
0
Comments
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...
Parag's Weblog
Setting Server.ScriptTimeout programatically in ASP.NET not taking into effect
Posted
over 6 years ago
by
Parag Agarwal
0
Comments
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 1 of 1 (2 items)