Re: FileIOPermission Erro using referenced dll on shared hosting
- From: "parshu" <parshuram@xxxxxxxxx>
- Date: 30 May 2006 21:53:37 -0700
Brian this seems like an permission issue. ASPNET account doesn't seem
to be having a write permission for that specific directory. You need
to increase the access right to the directory in order to make this
work.
HTH
brian@xxxxxxxxxx wrote:
Hello
I get this error when trying to create a file:
Exception Details: System.Security.SecurityException: Request for the
permission of type 'System.Security.Permissions.FileIOPermission,
mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
The code that causes this error is in a seperate dll (in the bin
directory) to the webapp that is referenced and called to do various
things by the main web apps.
Exactly the same code works on other non-shared servers but on my new
hosting companies shared servers it errors.
I did have to remove one line of the web config:
<identity impersonate="false"/>
Otherwise the website would not even run complaining about not being
able to override the web hosts default value for this.
Ive checked the file is within the applications directory and have
tested creating the same file from a normal aspx page in the webapp and
that works fine so its specifically from the referenced dll.
Ive tried running the same code under .net 1.1 and .net 2. .net1.1
complains when creating the file, .net 2.0 complains when creating the
directory for the new file.
Anyone got any ideas? Id like to try it under full trust but my host
won't let me even to test if this is the issue.
Brian Norman
.
- References:
- Prev by Date: Re: Postback problem
- Next by Date: global filter to redirect asp (old asp!) pages on asp.net site
- Previous by thread: FileIOPermission Erro using referenced dll on shared hosting
- Next by thread: Re: FileIOPermission Erro using referenced dll on shared hosting
- Index(es):
Relevant Pages
|