Apr 02, 2008
Welcome to the first blog chat for ASP.NET Debugging. I hope you enjoy this and please let me know your comments on the experience. I am planning on posting a recap of the conversation (or question and answers) after we are done to the blog...
0 comments
Tags: DebuggingASP.NETIISChat
Apr 01, 2008
So with IIS7, there is a new way to get data out about your web server, using the new appcmd.exe process. To start out with, the best place to start is with: Things you can do by piping appcmd commands There are a lot of useful commands listed there that...
0 comments
Tags: IISIIS7
Mar 31, 2008
The default stack size of IIS starting with Windows Server 2003 was changed. Prior to 2003, it was set to 1 MB. This is also true of the aspnet_wp.exe process that Windows 2000 uses. In 2003 and later, it is now set to 256 KB. This can cause...
0 comments
Tags: ASP.NETIIS
Mar 24, 2008
When a crash happens in Vista and Windows Server 2008, Windows will automatically write out a dump file for the crash. It stores this file, on the machine so that you can upload it to the Windows Error Reporting (WER) site to see if this is a known issue...
0 comments
Tags: DebuggingASP.NETIISMicrosoft
Mar 11, 2008
One of the really useful, and not well-known features of ASP.NET 2.0 is that you can use a special file to take your application down and show users a friendly message while you update the site. This is talked about by ScottGu here . What this will allow...
0 comments
Tags: ASP.NET TipASP.NETIIS
Feb 29, 2008
So I am going to start a new topic revolving around some useful tips for ASP.NET developers. The first one is rather simple but very effective. When you are creating your site, it is a good idea to add some tracing to your application for times...
0 comments
Tags: ASP.NET TipDebuggingASP.NETIISIIS7
Nov 15, 2007
We just had a case recently where the customer saw their cookie disappear when they did a large form post. After looking into it further, we discovered that the problem was KB 819876 Basically we were including the POST data in the size we use to calculate...
0 comments
Tags: ASP.NETIIS