Ask a Question related to ASP.NET Security, Design and Development.
-
Security permissions...
I an attempting to serialize a custom exception class that is derived from
System.Exception during runtime.
I am getting a the following security permission exception when the
XmlSerializer is attempting to serilaize the 'TargetSite' property....
"The property 'TargetSite' on type 'System.Exception' cannot be serialized
because it is decorated with declarative security permission attributes.
Consider using imperative asserts or demands in the property accessors."
Can anyone show me an example of how to get round this?
This is an ASP.Net application....
Cheers
Ollie
Guest
-
Reading Security Permissions from a PDF file
Hi All, I am trying to access security permissions from a PDF file. I wrote following code using VS2005, in windows-vista using the sample... -
Role based Security and Permissions
Hi, I have been working on a framework for publishing several sites from a single code based allowing for easy modification by end users. I have... -
System.Security.Permissions.SecurityPermission
I am getting the following exception while opening a workbook; theWorkbook = excelObj.Workbooks.Open(fileName, 0, true, 5, string.Empty,... -
Problem with security permissions on new folder
Hi Andy, try with this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;322293 I hope it solves your problem... -- Mike... -
Unable to set permissions in Security Policy...
I am logged in under "Admin." and I am trying to set the permissions for "Accessing the Computer accross the Network" in the "Local Security...



Reply With Quote

