Announcement Images Not Showing In Alert Email Follow
If you would like for these images to work, you have to make the following change in the web.config.
Usual location c:\inetpub\wwwroot\Production Portal\web.config
<location path="Services/Files.svc">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
Comments
1 comment
This should only be used with caution and knowledge of the side effects. This would open open access to every single file in the File Cabinet to users who haven't logged in yet. The portal heavily uploads sensitive files here.
Please sign in to leave a comment.