Cold Fusion, IIS and Windows Authentication

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Cold Fusion, IIS and Windows Authentication

    Hello all, we have a very bizarre situation that I hope someone here
    might be able to shed some light on.

    Recently one of our Development servers failed and we are in the process
    of rebuilding it. It is running Windows 2000 Advanced Server, IIS and
    ColdFusion 6.1. Additionally, we want to establish Windows
    Authentication via IIS on the server itself, so when a developer (or
    anyone for that matter) tries to connect to it via the internet, they
    have to domain authenticate.

    Here's the problem(s):
    1) When we installed ColdFusion and tried the Windows Authentication
    setting in IIS, the server would not allow anyone (EXCEPT the domain
    account it was logged on as) to launch ColdFusion Pages.
    2) When we turned off the Windows Authentication, it does not launch
    ColdFusion Pages, again except for the account the server is logged on as.

    IIS will, however, prompt for authentication and launch HTML pages just
    fine....it is only when we try to fire up a ColdFusion page that it
    begins failing. I have talked to another system admin friend and he
    suspects (as do I) that it is a permissions problem either with the
    account ColdFusion is running under or with the Directory/Files trying
    to be accessed.

    I am happy to provide more details as needed but I am not the server
    admin and am learning this as I go, so please bear with me =)

    Mike
    Michael London Guest

  2. Similar Questions and Discussions

    1. Migrating from Cold fusion 5 to Cold fusion 7
      Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7.
    2. Cold fusion server on windows 2003 server
      Hey everyone. I had to reinstall my cf server becasue it was being weird about my database. So I unistalled, and then it would not reinstall! After...
    3. Updating Apache user and group files (used with .htaccess) with Cold Fusion on Windows
      Hi everyone, I have a unique question. We use Apache 2.0.54 and ColdFusion 6.1 on Windows 2000 Server, and I need to find a way to edit the user...
    4. Cold Fusion MX 7 Evaluation version for windows corrupted ?
      Hi, I've downloaded ColdFusion MX 7 for windows. When i run "coldfusion-70-win.exe" on Windows server 2003 a windows (install anywhere) ask me...
    5. Cold Fusion MX on Apache 2.0.53 and Windows 2000 Server
      Hello, When I installed Cold Fusion MX over 2 years ago on Apache 2.0.39, it had issues and took lots of work to get going... but then when we...
  3. #2

    Default Re: Cold Fusion, IIS and Windows Authentication

    Sounds like an NTFS problem to me.

    Here's the portion of a server build guide that I wrote that relates to NTFS
    permissions:

    Set NTFS Permissions

    Set permissions at the root of all drives to Administrators (FC), System(FC)
    (set permissions, click Advanced and choose ?Reset permissions on all child
    objects and enable propagation of inheritable permissions?.)For C:\Program
    Files\Common Files add Anon. Web Users and svc_ColdFusion and grant Read &
    Execute, List Folder Contents and Read permissions.In C:\WINNT\System32 select
    all folders except for Inetserv and Certserv. Open properties and clear the
    ?Allow inheritable permissions from parent to propagate to this object?
    checkbox.In C:\WINNT select all folders except Downloaded Program Files, Help,
    IIS Temporary Compressed Files, Offline Web Pages, System32, Tasks, Temp, and
    Web. Open properties and clear the ?Allow inheritable permissions from parent
    to propagate to this object? checkbox.For C:\WINNT add Anon. Web Users and
    svc_ColdFusion and grant Read & Execute, List Folder Contents and Read
    permissions.For C:\WINNT\Temp select Anon. Web Users and svc_ColdFusion and
    grant Modify permissions.For C:\CFusion add svc_ColdFusion and grant Modify
    permissionsFor C:\CFusionMX\bin, add Anon. Web Users and grant Read & Execute,
    List Folder Contents and Read permissions.For C:\CFusionMX\runtime\lib\wsconfig
    add Anon. Web Users and grant read permissions, specifically deny write
    permissions.For E:\Inetpub, add svc_ColdFusion and grant modify permissionsFor
    E:\Inetpub\iagent add Anon. Web Users and grant Read & Execute permissions,
    specifically deny write permissions.Specifically deny read and write
    permissions to the following files for Anon. Web Users and Web Applications:

    at.execmd.execscript.exedebug.exeedlin.exeftp.exei isreset.exeiissync.exenbtstat.
    exenet.exenetsh.exepoledit.exeregedit.exeregedt32. exeregsvr32.exerexec.exerunas.
    exerunonce.exeScrrun.dlltelnet.exetftp.exetskill.e xexcopy.exewscript.exe


    JonathanBigelow Guest

  4. #3

    Default Re: Cold Fusion, IIS and Windows Authentication

    Another INVALUABLE tool for troubleshooting NTFS permissions is FileMon from
    SysInternals ([url]http://www.sysinternals.com/ntw2k/source/filemon.shtml[/url]). You can
    run FileMon on your server, execute a ColdFusion page and look for any "Access
    Denied" errors. It'll tell you which files the service is needs to access but
    can't.

    JonathanBigelow Guest

  5. #4

    Default Re: Cold Fusion, IIS and Windows Authentication

    Side Note:

    Macromedia...err...Adobe...err...CF Team, it's time to implement a real
    WYSIWYG editor for the forums. That freaking quazi-pseudo-HTML code is a pain
    in the ###. How about FCKEditor ([url]http://sourceforge.net/projects/fckeditor/)?[/url]

    JonathanBigelow Guest

  6. #5

    Default Re: Cold Fusion, IIS and Windows Authentication

    JonathanBigelow wrote:
    > Side Note:
    >
    > Macromedia...err...Adobe...err...CF Team, it's time to implement a real
    > WYSIWYG editor for the forums. That freaking quazi-pseudo-HTML code is a pain
    > in the ###. How about FCKEditor ([url]http://sourceforge.net/projects/fckeditor/)?[/url]
    >
    THANK YOU! I will check these out!

    Mike
    Michael London Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139