M
musosdev
Hi guys
I'm having a problem uploading files to 1&1 using the asp:FileUpload control.
Currently, I have direct file writing code (FileStream) working, having set
the permissions on the directory for the NETWORK SERVICE account.
However, the asp:FileUpload still fails with the following error...
ERROR: Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Even though I have again set the Modify and Write permissions for the
NETWORK SERVICE account on the directory.
How can I get the permissions working for this control?
Thanks,
Dan
VS2005, .net 2.0.50727
I'm having a problem uploading files to 1&1 using the asp:FileUpload control.
Currently, I have direct file writing code (FileStream) working, having set
the permissions on the directory for the NETWORK SERVICE account.
However, the asp:FileUpload still fails with the following error...
ERROR: Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Even though I have again set the Modify and Write permissions for the
NETWORK SERVICE account on the directory.
How can I get the permissions working for this control?
Thanks,
Dan
VS2005, .net 2.0.50727