theprowler
Programmer
Hi everybody,
I've got a security exception performing an upload operation:
1. i want to store an excel file on my wpresources folder on server (and here is the problem)
2. i want to read some data on this excel file
3. i want to delete this file from server
I'm currently using WSS_Medium trust policy but it doesn't works...
Setting in web.config "trust=Full" all works so i guess i have to add a permission in my WSS_MediumTrust file...
Any ideas?
Thanks in advance!
I've got a security exception performing an upload operation:
1. i want to store an excel file on my wpresources folder on server (and here is the problem)
2. i want to read some data on this excel file
3. i want to delete this file from server
I'm currently using WSS_Medium trust policy but it doesn't works...
Setting in web.config "trust=Full" all works so i guess i have to add a permission in my WSS_MediumTrust file...
Any ideas?
Thanks in advance!