Authentication on Windows NT Server w/IIS 5 or 6

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Authentication on Windows NT Server w/IIS 5 or 6

    I changed the authentication files on my production server to add in some new
    session variables. I did this using Dreamweaver 8, using my personal account
    that automatically logs me into the server (with administrator rights). In
    doing this I probably made the files writeable (I don't remember if they were
    read-only to start). However, people starting calling in and saying they
    couldn't log into that server anymore, so I copied over the altered files with
    copies of the original ones from the duplicate server, people still couldn't
    log in. I copied over the files with the original files from the backup
    server, still couldn't log in. I changed the files to read-only through the
    actualy Administrator account, not my personal one. Still no go. We then
    copied over the files from the backup tapes, that are apparently supopsed to
    save the permissions settings. Still the same problem.
    We can still get to the home page, so IIS is working, and we can still get to
    non-authenticated CF files, so CF is working. When trying to log in from the
    home page, after you input your username and password and hit "login" it pops
    up an MS authentication window and asks for your username and password for the
    server. So pretty much, we figure something is wrong with the settings for that
    particular server. We've checked to make sure that all the cfm and html files
    can be read by anonymous users, and the settings seem to be the same as those
    on the duplication server (which people can still log into).

    Has anyone had this happen before? Anyone know what settings might be messed
    up? Do you think it made a difference that files were edited w/my account and
    not Administrator?

    Our last option is completely redoing the server from backup. Does anyone
    have any better suggestions? Any help would be appreciated. Please help if
    you can! Thanks!

    kodemonki Guest

  2. Similar Questions and Discussions

    1. windows authentication and mssql server
      Hi, I've got this asp project, Authentication mode is set to Windows and the identity impersonate is enabled. Is there any way to find out what...
    2. Hybrid sql server and asp.net windows authentication
      I have an asp.net web application that executes stored procedures on SQL Server 2000 on the backend and displays the results of this stored procs on...
    3. connecting to sql server with windows authentication
      I'm confounded how difficult it is to setup a connection from an ASP.NET application to SQL Server on a different machine in the same windows domain...
    4. ASP.NET (IIS 6.0) Windows authentication/SQL Server problem
      Hi, On Windows 2000, I use the following connection string in my ASP.NET applications: <add key="ConnectionString"...
    5. ASP.NET + SQL Server Windows authentication
      Hey All, Trying to understand why I can not get SQL server to trust my IIS server. I have two machines set up, 1 App and 1 DB, and I'm trying to...
  3. #2

    Default Re: Authentication on Windows NT Server w/IIS 5

    Have you tried re-setting the 'File Security' in IIS Services Manager?

    I think 'Integrated Windows Authentication' should be checked
    and 'Anonymous access' should be un-checked.

    For all the other files, 'Anonymous access' should be checked.


    Good luck!


    Guest

  4. #3

    Default Re: Authentication on Windows NT Server w/IIS 5

    Thanks.

    What ended up happening was that Everyone access was deleted from the advanced
    access settings.

    I have no idea why it only happened with those specific files. I've been
    editing many, many files this way, I guess the server had very specific
    settings for those files.

    kodemonki 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