What are the CAS policy requirements to call the method Page.TemplateControl.ParseControl as referenced here? http://msdn.microsoft.com/en-us/library/kz3ffe28(loband).aspx
Specifically, in SharePoint I've tried to call the method in a Minimum-trust environment, but get this error on the page:
Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
However, in a Medium-trust environment, no problems.
Thanks!