c# - sharepoint error when creating a page -
When I want to create a page in SharePoint Central Administration, I found this error message:
The base type 'xxxx' is not allowed for this page type is not registered as secure
.aspx page references a codebehind class. I checked the namespace, I got it in the web. Tag added, everything is fine, but it still does not work!
Can anyone tell me why I got this error message?
Direct Web. Regarding registering controls as safe through config is a method that will work, however, when you have a field then things get complicated. . If you have a form, then you have to do it for every WFE server on every webface server. This is the preferred way through the solution package, which is what we do in our environment, see what helps us.
Comments
Post a Comment