
BlueDragon 7.1: Deploying CFML on ASP.NET and the Microsoft .NET Framework 33
If you have properly configured IIS and .NET for ASP.NET support, you may notice that the
extension mappings in IIS for ASP.NET files (such as ASPX, ASMX, and ASCX) are configured so
that they are handed to the aspnet_isapi.dll file defined for the .NET framework such as:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll.
With BlueDragon.NET, CFML files are also to be handed to this same aspnet_isapi.dll file
(not to BlueDragon itself). This is yet another testament to how BlueDragon.NET implements
CFML as a native extension to the .NET framework.
The BlueDragon.NET installation process will automatically configure IIS so that the CFML file
extensions are handed to the .NET framework. If you choose the third configuration alternative
(Manual Configuration), or if you have any reason to need to repair or alter this extension
mapping, see section 7.2.1 for additional information and assistance.
6.5 .NET Web Applications
While the installation program for BlueDragon.NET will configure IIS and the appropriate .NET
configuration file to define BlueDragon as an HTTP Handler for either all web sites, a web site,
or a single virtual directory, there may be instances where you want to further define configura-
tion options for a specific web site, virtual directory, or directory declared in IIS to be an appli-
cation, such as to leverage those features of .NET discussed in Section 4.
Additionally, as discussed in section 5.1.1, the creation of a web application will enable that
application to have its own BlueDragon admin console and configuration settings.
These and some other capabilities in the .NET framework can only be obtained if a directory has
been defined as an “application” to IIS. This is done by editing the properties for the directory
(right-click on a directory or virtual directory in the IIS Manager and choose properties), and
then selecting the Create button in the Directory (or Virtual Directory) tab.
Komentáře k této Příručce