Im tryint to write an HttpModule and a membership provider for Sharepoint
2007 , eventually to implement SSO with an Identity Management solution(other
than ADFS). Whenever I try to do File I/O from the Http Module to log some
messages, I see this permission denied error in the Event viewer.
Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Is there a way to work around this? I need to log messages in a file.
Thanks,
Robertis