Where exactly on web.config am i supposed to change the trust level. The ones i see are set as either as Minimal or Medium.
The problem that i am having is ... when i insert the picture in the editor it is not showing up.
3 Answers, 1 is accepted
0
Lini
Telerik team
answered on 13 Jul 2007, 10:54 AM
Hello,
The web.config line, which you need to modify, is the following:
<trust level="WSS_Minimal" originUrl="" />
You can change it to:
<trust level="Full" originUrl="" />
However, the trust level should not have any connection to inserting images. If you are using WSS v3, the Image Manager tool should work just fine. Please, tell us the steps you do to insert the image and what happens at the end.
I resoloved this problem. But I have another question. How would i activate some of the features that are present on the ASP.NET version on the MOSS version. We want to put flash, video, etc. on our pages.
jess
0
Lini
Telerik team
answered on 18 Jul 2007, 06:08 AM
Hello Jess,
Flash and media are still not available in the MOSS version of RadEditor. This is due to a restriction in the SharePoint server itself. There is a content filter, which will strip all flash and media from the editor once you submit its value. We are currently trying to circumvent the filter and the next editor version should allow you to add flash and media to the WCM and web part RadEditors. We are still researching a workaround for the list editor scenario.