Sep 29, 2008
Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site. http://www.microsoftpdc.com/ We have...
1 comments
Filed under: ASP.NET, IIS, Silverlight, Visual Studio, .NET, IIS7, Vista, Windows, AJAX, IE8, MVC, ADO.NET, Live Mesh, Mobile
May 02, 2008
On machines running IIS5 and IIS5.1, these are the Inetinfo.exe, DLLHost.exe and/or ASPNET_WP.exe processes. On machines running IIS 6 or 7, this is the w3wp.exe process. The following steps will allow us to get log files of the processes hosting the...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET, IIS7, High CPU
Apr 17, 2008
A common issue we see customers having is after installing ASP.NET 2.0, the ASP.NET Tab is missing from IIS. This tab is used for setting the version of ASP.NET and a lot of other things. When this tab is missing, it can be rather difficult to get it...
1 comments
Filed under: ASP.NET, IIS, IIS7, Vista
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
Filed under: IIS, IIS7
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
Filed under: ASP.NET Tip, Debugging, ASP.NET, IIS, IIS7