File permission error in .Net 2.0
If you are moving a .Net 1.1 app to a server with 2.0, you may need to add the param
<trust level="Full" originUrl="" />
to your web.config if you are doing any sort of file upload.
There may be a more elegant way, but this was the quickest resolution I could find.
Trackback URI |