web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Help Server debug

DaxNigel Profile Picture DaxNigel 2,574

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.

Comments

*This post is locked for comments