Ask a Question related to ASP.NET Security, Design and Development.
-
Tom Jerry #1
PageParser and SecurityPermission.UnmanagedCode
Hi
I'm trying to deploy the DotText blog engine on my shared ASP.NET hosting
environment.
This engine does an extensive use of "PageParser.GetCompiledPageInstance()"
framework method.
Unfortunately, I get a security exception when trying to execute this
method.
I figured out that this is because my application doesn't run in full trust
and because PageParser won't work properly unless the SecurityPermission
"UnmanagedCode" is set to true.
My ISP doesn't want to change this permission to
"SecurityPermission.UnmanagedCode" to "true".
Is there a workaround ? How can I manage to execute the
PageParser.GetCompiledPageInstance ?
Thanks in advance for your help,
Tom
Tom Jerry Guest
-
System.Security.Permissions.SecurityPermission
I am getting the following exception while opening a workbook; theWorkbook = excelObj.Workbooks.Open(fileName, 0, true, 5, string.Empty,... -
Please help with System.Web.UI.PageParser
Hi, does anyone know how to use this method: GetCompiledPageInstance(string, string, HttpContext) Regardless what I try I get exception that... -
Karenin #2
Re: PageParser and SecurityPermission.UnmanagedCode
Tom,
Have you finally gotten this resolved?
Roman.
Karenin Guest
-
Unregistered #3
Re: PageParser and SecurityPermission.UnmanagedCode
I cannot found solution anywhere ....
Unregistered Guest



Reply With Quote

