Uploading/Downloading folders with a .NET control built in VS2010
RE: Troubleshooting uploading/downloading folders in VS2010 .NET via an embedded web page control
I have a .NET control that I've embedded into a webpage. Simple
enough; however when I deployed an instance of the FolderBrowserDialog
class, access to the local file system throws the ever fun File.IO
permission error when a local folder is chosen with the dialog.
I've tried building a .net/ActiveX control as well as a .NET project to
address with this with the various assembly changes that are posted in
this forum to no avail.
Anyone come across a working version of such a control? Alternatively anyone know what the proper permission sets are in order to get this to work?
Thanks much in advance
-Justin