> I have an application running fine on ColdFusion 8 and > Windows 2003 Server with SP2. > > Then I migrated the application to a production server also > running ColdFusion 8 and Windows 2003, but this one does NOT > have SP2. Both are on IIS 6. > The CF application has been running fine up until now. > > Now when anyone tries to go to the website, before anything > it throws a browser error that you are not authorized to view > this page, and something about an ACL (access control list). > It then throws up a windows prompt for a username/password. > > The only thing that changed was that the sys admin, loaded > ASP extensions over the weekend.
Make sure that the IIS anonymous user (or better yet, the "Authenticated Users" group) has read/execute permission on all ISAPI DLLs, including the ones used by CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299866 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

