You should make your folder where the contet files (.css, images, etc) accesible to all users by adding configurations like in the next example.
<location path="Content">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>