Thanks for the replies, everyone...all permissions on all folders look good.
I've narrowed it down to the js on the page. If I keep clicking the cancel button, I can eventually get on the page, but several js errors are coming up. The files all seem to be in place however, but these errors say otherwise... The browsers must be able to find the jQuery files...why else would it throw a "$ is not defined", (among others for other jQuery plug-ins) which happens when the core jQuery file isn't found? This is on the index.cfm page, which is in the root folder for the site. And the core js files (at least the core jQuery file) is in http://domain/js/jquery.js or root > js > jquery.js This is the same folder structure I've always had. I don't see why the files aren't being found... Suggestions? Rick -----Original Message----- From: Dave Watts [mailto:[email protected]] Sent: Sunday, March 22, 2009 10:45 PM To: cf-talk Subject: Re: Typical reason why a website on my server is requiring me to login? > I made some updates and changed a website on my > server (IIS, CF8) to a new folder and now I'm asked > to login to this website. Other websites are providing > appropriate, public access. > > What's the typical thing that may be causing this? Permissions. Check the permissions on the underlying folder. It needs to allow read/execute to whatever user that IIS is using for access, or some group to which that user belongs. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320816 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

