June 2006 Archive on Tobin Titus Blog

SDK Sample: Changing the runtime version of an application pool in IIS 7

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...

Workaround: Adding a script map in IIS 5.1

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...

ASP.NET 1.1, IIS 6.0 and 64-bit Windows

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...

Improving code performance

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...

Moving to IIS.NET

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...

Page view counter