Datasheet

You can see the list of ISAPI extensions that are mapped to a website with the following steps:
1. Right-click the application’s icon in the IIS6 MMC.
2. Select properties.
3. In the Directory tab of the dialog box that pops up, click the Configuration button.
4. In the Mappings tab of the dialog box that pops up, a list box shows all application extensions
currently mapped for the web application.
In Figure 1-4, the current application has mapped the
.aspx file extension to a rather lengthy path that
lives somewhere in the framework installation directory.
Figure 1-4
The path is too long to see without scrolling around, but it points at the following directory location:
%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
Depending on where you installed the operating system on your machine, the location of %windir%
will vary.
11
Initial Phases of a Web Request
04_596985 ch01.qxp 12/14/05 7:46 PM Page 11