Netviewer extensions
It doesn’t take much to create a Netviewer extension: Derive a class from Microsoft.Practices.CompositeUI.ModuleInit Create a constructor with a [ServiceDependency()] WorkItem argument Modify your ProfileCatatalog.xml The class…
Increasing G/Netviewer performance
Note: The monitoring and tests are done on G/Netviewer 9.4 environment. But I think it is also applicable for version 10. After some in-depth monitoring of our G/Netviewer webserver for…
Debugging Netviewer serverside pages
If you need to build server side pages in Netviewer, changes are likely that you want to debug them. First thing to do is to change the…