I am trying to create an SOI for ArcGIS Enterprise 11.2 with a custom property page but I can't find any documentation or example.
In the ServerObjectInterceptorAttribute properties, I set HasManagerPropertiesConfigurationPane to true. It seems to be a good start because when I add the .soe file in the ArcGIS Server Manager, I get an error saying "Property pages not found".
I have created a Config.js file and a templates folder (with the html template) in a Resources folder with subfolders for each part of the namespace.
eg: /Resources/namespace/classname/Config.js
The Resources folder is added to the .soe file.
Does anybody know how to do that?
Thanks for your help.