ERROR!: Security related error... Please help me!
Let me brief you what I was trying... I work on Visual Studio 2005 / MS-SQL / C#.
The error what I get is:
===================================================
System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
===================================================
Whats this and how I do solve this error?
Thanx & rgds
Re: ERROR!: Security related error... Please help me!
Where are you trying to write files? Some folders require more access than others.
Have you tried run as administrator?
Re: ERROR!: Security related error... Please help me!
Thank you for your response.
I was trying to pick up a file from the server folder (using server.mappath) and send as an attachment using asp.net mail.
Re: ERROR!: Security related error... Please help me!
Does your site have file i/o permissions for the folder in question?
Re: ERROR!: Security related error... Please help me!
Yes and I have even given full permission to the folder and the files.
Re: ERROR!: Security related error... Please help me!
Try mapping a folder and using it's drive letter
Re: ERROR!: Security related error... Please help me!
Thank you for your response...
Yes I have mapped to the complete path including the drive letter...
Re: ERROR!: Security related error... Please help me!
by the way, you checked out what path\filename you got after server.mappath... to be sure you really got the phisical path and filename you needed?