R
Ramzey
I've looked through the MSDN documentation on code access security and
can not seem to find an answer to my question.
I have a class XYZCorpWebPage that uses System.Web.UI.Page as it's
base class. I want to make it so that the web server will throw an
exception/deny runtime rights to any WebForm derived from
System.Web.UI.Page, but I want to allow runtime rights on
XYZCorpWebPage (I want to force our developers to use XYZCorpWebPage
as their base class).
Can this be done using the .NET Configuration Wizards? I only see
access to increase trust in an Assembly and I'm not sure how it will
resolve the conflict.
can not seem to find an answer to my question.
I have a class XYZCorpWebPage that uses System.Web.UI.Page as it's
base class. I want to make it so that the web server will throw an
exception/deny runtime rights to any WebForm derived from
System.Web.UI.Page, but I want to allow runtime rights on
XYZCorpWebPage (I want to force our developers to use XYZCorpWebPage
as their base class).
Can this be done using the .NET Configuration Wizards? I only see
access to increase trust in an Assembly and I'm not sure how it will
resolve the conflict.