> I am using IIS 6. I have one ASP site, and now I have a ColdFusion > site. However, the ColdFusion pages "needs" to have extension .asp. > So I went to the Mappings tab in the IIS to give .asp extension the > ColdFusion dll. I also went to ColdFusion's web.xml to add the .asp > extension in. Everything works well. The ASP pages now process as > ColdFusion pages. > > One problem: all the real asp pages now don't work even though I > separated them as two different sites in the IIS. > > So my question is: Is there a way to separate the two sites? One site > processes the real asp pages. The other site processes the ColdFusion > .asp pages?
You will need to remove the CFMX ISAPI extension and filter for the IIS site in which you want to run ASP. By default, when you install CFMX to use IIS, it configures an ISAPI filter for the entire IIS server, but I think that with IIS 6 it just installs an ISAPI wildcard extension. You'll need to remove that if it's set globally, and reset it just for the server in question. The easiest way to do this is to run the Web Server Configuration Tool installed with CFMX. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185606 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

