Jun 28, 2006
The following quick SDK sample demonstrates how to list and change the managed runtime version of application pools programatically in IIS 7. [VB] Imports System Imports Microsoft.Web.Administration Public Class AppPoolSample Shared manager As ServerManager...
2 comments
Filed under: IIS 7, SDK, Application Pools
Jun 17, 2006
I was contacted by a customer who commented that he could not add a Script Map to IIS 5.1. After selecting his executable for the script map and adding his extension, the "OK" button was still disabled -- preventing him from committing the script map...
3 comments
Filed under: IIS 5.1, Script Maps
Jun 15, 2006
A few days ago, one of the many distribution lists I belong to was presented with the following requests: I’m trying to create a Web Service in Visual Studio .NET 2003 and am getting an error “Visual Studio .NET has detected that the specified Web server...
3 comments
Filed under: IIS 6, ASP.NET 1.1, 64-bit
Jun 06, 2006
Recently, an old co-worker contacted me to ask me a question about code performance. Specifically, he was emitting IL from his code and had some questions about some of the opcode usage he witnessed when viewing the IL of some compiled assemblies. The...
3 comments
Filed under: Performance, CIL, .NET
Jun 02, 2006
In light of the recent opening of IIS.NET with the release of the Vista and Longhorn betas, I'm moving my Microsoft blog over to the IIS.NET team site. The former address ( http://blogs.msdn.com/tobint ) will remain active and I'll use it to publish excerpts...
0 comments