I am having a strange issue.
I can Delete folder, I can upload image, I can move image, I can move folder. I CANNOT create new folder.
Windows Internet Explorer popup msg after click 'new folder' with calling it mytestfolder
Request for the permission of type system.security.permissions.FileIOPermission,mscorlib, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Any ideas? I got the ISP to grant the iuser acct full prvlg and that did not get rid of the issue.
I also went to the point of adding the following to my web.config
with no result.
I can Delete folder, I can upload image, I can move image, I can move folder. I CANNOT create new folder.
Windows Internet Explorer popup msg after click 'new folder' with calling it mytestfolder
Request for the permission of type system.security.permissions.FileIOPermission,mscorlib, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Any ideas? I got the ISP to grant the iuser acct full prvlg and that did not get rid of the issue.
<
telerik:RadScriptManager
ID
=
"RSM"
runat
=
"server"
></
telerik:RadScriptManager
>
<
telerik:RadFileExplorer
Width
=
"400"
ID
=
"RadFileExplorer1"
Runat
=
"server"
>
<
configuration
DeletePaths
=
"~/Images/CMS"
UploadPaths
=
"~/Images/CMS"
MaxUploadFileSize
=
"200000"
ViewPaths
=
"~/Images/CMS"
/>
<
Configuration
/>
</
telerik:RadFileExplorer
>
I also went to the point of adding the following to my web.config
<location allowOverride="true" path="~/Admin">
<system.web>
<trust level="Full" originUrl="" />
</system.web>
</location>
with no result.