Yes - some directories are working fine with CF7.  I think you've pointed me in 
the right direction.  I exported the IIS config file and I can see the problem 
now.

The directories that work with CF7 read:
ScriptMaps="
*,C:\CFusionMX7\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll,3
..jsp,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3
..jws,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfm,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfml,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfc,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfr,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfswf,C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll,3"

The directory that only works with CF6 shows:
ScriptMaps="
..cfc,C:\CFusionMX\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfm,C:\CFusionMX\runtime\lib\wsconfig\jrun_iis6.dll,3
..cfml,C:\CFusionMX\runtime\lib\wsconfig\jrun_iis6.dll,3
..jsp,C:\CFusionMX\runtime\lib\wsconfig\jrun_iis6.dll,3
..jws,C:\CFusionMX\runtime\lib\wsconfig\jrun_iis6.dll,3
*,C:\CFusionMX\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll,3"
>

Obvioulsy - I need to point to the DLL in the CF7 directory.  Now I just need 
to figure out how.  The IIS help files talk about what SCRIPTMAPS are, but not 
how to edit them.

~ Greg



>I assume you have some dirs that run cfm files correctly using CF7.  For
>the working vs. non-working directories, check the isapi filters
>installed in each directory and also the "script mappings".  I bet one
>of these is pointing to an older dll.  I believe there is also a way to
>dump an IIS setup (the metabase) to an xml file.  Searching this file
>might make it easier to spot references to the old cf installation.
>       Mark


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274866
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to