I found an excellent article to create an error free CSV file in a simple manner. Thanks to Lakshmi. You can get the code here.
Sunday, August 30, 2009
Session State Monitor
When I walkthrough MSDN India Web site, I found this useful tool to monitor the session state values stored in Sql Server. My current application is using web farms. During deployment, we faced lot of issues wrt Sql server session mode. We forgot to serialize some of the items, which are stored on the session. After digging the MSDN, I found this tool and thought of sharing with you all. You can download the tool here.
- Chan
Tuesday, July 21, 2009
Build Tip...
Set retail="true" in your machine.config
This will kill three birds with one stone. It will force the 'debug' flag in the web.config to be false, it will disable page output tracing, and it will force the custom error page to be shown to remote users rather than the actual exception or error message. For more information you can read Scott Guthrie's post or the MSDN reference.
This will kill three birds with one stone. It will force the 'debug' flag in the web.config to be false, it will disable page output tracing, and it will force the custom error page to be shown to remote users rather than the actual exception or error message. For more information you can read Scott Guthrie's post or the MSDN reference.
Subscribe to:
Posts (Atom)