> Hey there folks I have a very unusual problem. When people > are trying to view pages on my site, they are getting prompted > with a username and pwd then 401 error if they click cancel. It > is only for .cfm pages mind you. All other types of pages are > pulling fine. Ideas???? > > Permissions on the directories and drives appear to be fine. The > IIS permissions look ok as well and have not changed. I checked, > and I am not even close to running out of space on the drives > and the DB's seem to be working fine. > > The strangest thing is that this the site has been working > fine for several months with no issues. Then this. I haven't made > any changes that I can think of that could have caused this. But > you never know I suppose. > > BTW I can pull up the CF Admin fine from the box but not all > my other .cfm pages? > > The box is running CF 4.5.1 pro on NT 4 sp6 IIS4. It has > 800mhz proc. , and 500mb of ram. > > could this be a corruption within CF? Has anyone seen > anything like this? Any advice will be a huge help. There are many places where permissions might cause something like this. The most common, in my experience, is the permissions set on the CF ISAPI extension (C:\CFUSION\BIN\ISCF.DLL). Set this to allow read/execute by "Authenticated Users", and that will usually fix the problem. If that's not the problem, you can usually diagnose these things pretty easily, using the free File Monitor and Registry Monitor tools from http://www.sysinternals.com/. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
