Hi. I have a fairly basic asp.net website that uses an Sql Server 2005 database and a custom provider to register users. I recently started testing the application in Medium Trust and I get the following error:
System.Security .SecurityExcept ion: Request for the permission of type 'System.Securit y.Permissions.F ileIOPermission , mscorlib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed.
I don't understand where this error is coming from since I do absolutely NO FILEIO anywhere in my code. Furthermore, the stack trace reveals nothing. Has anyone experienced this before?
System.Security .SecurityExcept ion: Request for the permission of type 'System.Securit y.Permissions.F ileIOPermission , mscorlib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed.
I don't understand where this error is coming from since I do absolutely NO FILEIO anywhere in my code. Furthermore, the stack trace reveals nothing. Has anyone experienced this before?
Comment