You have to change the permissions on the folder and all files in it to match 
the permissions that are assigned to the site in IIS.  In other words, make 
sure that the user that is given anonymous access to the site in IIS matches 
one of the users with read access in the security setting for  the root folder 
and all files underneath it. The Internet User Account.

> 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;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312209
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to