Skip to main content
June 23, 2006
Answered

Among two users 'x' and 'y' , user ‘x’ is not able to access cold fusion administrator

  • June 23, 2006
  • 1 reply
  • 419 views
Coldfusion 6 is installed on windows 2000 platform. Two users ‘x’ and ‘y’ are able to work and execute .cfm pages. But one user ‘x’ is not able to access cold fusion administrator. Whenever user ‘x’ tries to access > http://127.0.0.1:8500/CFIDE/administrator/index.cfm

It comes as network access message: page cannot be displayed. Error code 10061. Connection refused.

Both users ‘x’ and ‘y’ have the exact administrative privileges and permissions on the folders of the machine.
User 'y' is able to access the page without any problem.

Please help me to solve the problem? What files and directories to look or copy from one profile to other profile? Thanks.



    This topic has been closed for replies.
    Correct answer JMGibson3
    Have you tried:
    http://localhost:8500/CFIDE/administrator/index.cfm

    Oftentimes it will have better luck getting by whatever firewalls may be in place, esp in a Corporate environment where 127.0.0.1 may be considered (WebSense for one) an external IP.
    If that doesn't work, start looking at your firewalls and don't forget Windows now comes with one itself which should be disabled if you use a third-party package.

    1 reply

    JMGibson3Correct answer
    Participating Frequently
    June 23, 2006
    Have you tried:
    http://localhost:8500/CFIDE/administrator/index.cfm

    Oftentimes it will have better luck getting by whatever firewalls may be in place, esp in a Corporate environment where 127.0.0.1 may be considered (WebSense for one) an external IP.
    If that doesn't work, start looking at your firewalls and don't forget Windows now comes with one itself which should be disabled if you use a third-party package.
    June 26, 2006
    Thanks!!! It works....problem solved!