Copy link to clipboard
Copied
Hello Experts,
I have installed coldfusion with multiserver and iis on my windows OS.
I have successfully configured one of my project.
Now the problem is even if i delete datasource(eg Emp) from cfide/administrator data is still displayed in form(eg:- Employee listing). Even if i change in the application.cfc the dsn property even then it picks the older dsn.
Please help!!!!!
Copy link to clipboard
Copied
Please clarify your problem. Which of the following best describes your problem?
1. The employee listing page is being cached, either by the web server or ColdFusion.
a) Check the Cache setting in CFIDE
http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7ffc.html#WSA5D55EAA-F5B0-46bc-86B1-ADB51B638AB8
b) Verify the page is not being cached by your web server (IIS or Apache) or by the browser.
2. A datasource has been deleted in the CFIDE, but queries are still being executed against a database that should not be accessible to the CF server. You can test this by tracing the activity on your database server.
3. Other?