Ask a Question related to Coldfusion Server Administration, Design and Development.
-
kodemonki #1
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
-
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... -
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... -
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... -
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"... -
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... -
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
-
kodemonki #3
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



Reply With Quote

