Oct 02, 2008
Today we are releasing a new Web Site at http://www.microsoft.com/web/ where users can get a one stop shop for learning about the Microsoft Web Platform. This is part of a bigger effort to make it easier to get started with building and running Web Applications...
3 comments
Tags: IIS.NETIIS News Item
Jul 04, 2008
IIS 7.0 Failed Request Tracing (for historical reasons internally we refer to it as FREB, since it used to be called Failed Request Event Buffering, and there are no "good-sounding-decent" acronyms for the new name) is probably the best diagnosing tool...
3 comments
Tags: IIS.NET
Apr 28, 2008
Last Monday I gave a presentation at the ASP.NET Connections event in Orlando, the title was IIS 7.0 for ASP.NET Developers . I just wish I had more time to stay at Orlando, weather was great, especially considering that Sunday I was watching Snow in...
1 comments
Tags: IIS.NET
Apr 19, 2008
Today I was playing a bit with Visual Studio 2008 and was surprised to see that I was not getting IntelliSense in my web.config. As you might already know IntelliSense in Xml in Visual Studio is implemented by using a set of schemas that are stored in...
1 comments
Tags: IIS.NET
Apr 15, 2008
Today I was asked how can someone would be able to add a new section definition using Microsoft.Web.Administration, so I thought I would post something quickly here just to show how this could be achieved. using System ; using Microsoft.Web.Administration...
1 comments
Tags: IIS.NET
Apr 14, 2008
IIS 7.0 includes a very cool feature that is not so well known called Hostable WebCore (HWC). This feature basically allows you to host the entire IIS functionality within your own process. This gives you the power to implement scenarios where you can...
11 comments
Tags: IIS.NET
Mar 31, 2008
Today I will be talking about one of the features included in the new IIS Admin Pack called Configuration Editor. Configuration Editor is an IIS Manager feature that will let you managed any configuration section available in your configuration system...
7 comments
Tags: IIS.NET
Mar 24, 2008
My last post talked about the Technical Preview release of the IIS 7.0 Admin Pack, and how it includes 7 new features that will help you manage your IIS 7.0. Today I was going to start writing about more details about each feature and Bill Staples just...
1 comments
Tags: IIS.NET