Hi, I'm trying to setup a dev environment on my laptop that mirrors our production environment:
CF8 running on IIS 5.1 (Windows XP SP2), with CFEclipse IDE and Subversion for Source Control. I have downloaded everything and got my mappings mirrored to that of the actual servers, but when I browse to http://localhost/index.cfm, the site comes up without any styles and without having brought in the js files. Here's what the header looks like: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Our Site Title</title> <link rel="stylesheet" type="text/css" href="/css/style.css"> <script type="text/javascript" src="/js/swfobject.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style media="screen" type="text/css">@import "/css/all.css";</style> .... When I try to browse the stylesheet itself at http://localhost//css/all.css, I get: HTTP 401.3 - Access denied by ACL on resource Any help would be appreciated. Thanks, John ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305876 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

