After installing the TRIM Web Client, it prompts users for authentication although their credentials
are valid. How can this be corrected so no prompting occurs?

A.
In the server DCOM, add the user to the HP TRIM Users Group.
B.
In HP TRIM System Options, enter the URL for the web server on the Web Server tab.
C.
In Web.config, set clientCredentialType to ‘Windows’, if it is set to NTLM: <transport
clientCredentialType=”Windows” />.
D.
Change the web server port from port 80 to match the port of the workgroup server.
Explanation: