For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries.
The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), and the the CFIDE directory is virtual folder under that website. Everything works inculding form field validation, Flash forms and so on, the only thing that doesnt is Ajax. CFdiv would be a good example. I get back and error for something as simple as
<cfdiv bind="url:TestPage.cfm"></
cfdiv>
The error I get back is "Error processing Javascript markup for element cf_div1195589780172: [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]"
Adding ?cfdebug=1 just gave me the same error.
This code does work however under the default website. I checked security settings for the virtual directory and there is read and script access to the entire directory, so not sure what else I should be looking at to get this working.
Start Free Trial