Tagged Questions
0
votes
0answers
79 views
Custom Central Admin page - access denied
I created a custom application page which is deployed to the web applications section in central admin, following this guide:
How to: Deploy an Application Page to Central Administration
I am a farm ...
3
votes
1answer
106 views
Move an Application Page from WebApplication to Central Administration
I've made an Application Page (derived from LayoutsPageBase) and it's showing in the WebApplication Settings correctly. Now, I need to move it to the Central Administration level.
Must I change my ...
1
vote
0answers
310 views
Exception loading SharePoint dependent assembly using reflection [closed]
I've created a custom Central Admin .aspx page that inherits from the OperationsPage base class, which is defined in Microsoft.SharePoint.ApplicationPages.Administration.dll. Naturally, I added a ...