Skip to main content

I have an issue regarding using File attachment control in a form which was set to allow Anonymous access to true.

It looks like this is not an issue, rather it's a security feature prevented by default.

 

I found a couple of articles published by K2 where they suggest a resolution by modifying Runtime config file. However, the section that need to be added/modified was missing (intentionally or not). 

 

So I need someone thankfully post  the missing config section.

 

Article URLs:

http://community.k2.com/t5/tkb/articleprintpage/tkb-id/TKB_blackpearl/article-id/1673

http://community.k2.com/t5/K2-blackpearl/Anonymous-Runtime-image-attachment-does-not-render/ta-p/77726

Hi,

 

This is the configuration setting in the web.config file:-

 

<add key="Forms.Controls.File.AllowAnonymousAccess" value="true" />

 

 


Thanks @ @lkimberly 


Reply