Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

COLDFUSION JRUN SERVER

New Here ,
Jul 22, 2010 Jul 22, 2010

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!!!!!

364
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 22, 2010 Jul 22, 2010
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources