Help Server debug
Views (12)
If on AX2012 you have setup the help server, if you encounter problems you need to switch on the remote debugging to display additional information.
To switch on the debugging to need to add the following information to the help server web.config file:
Under
<configuration>
<system.web>
Add the following
<customErrors mode="RemoteOnly"/>
You will need to restart the Help server web page. Once complete you can use the following http address to test the system:
http://<ServerName:Port>/DynamicsAX6HelpServer/Content/Microsoft/EN-US/UserHelp/6a9bdc61-b19e-4cea-8890-805a4ccba8b2.htm?DocumentSet=UserDocumentation&ContentLanguage=en-us&ResourceLanguage=en-us
Replace the <ServerName:Port> with the correct configuration for your environment.
This was originally posted here.

Like
Report
*This post is locked for comments