Show Plain Text File Content is garbled

オフライン

When I check result in AP Server about file content, the result is readbility.  The screen is XML format erorr!

But if i check result from client PC , the result is show grabled. What happened ?

Parents
  • I found the solution!

    Why localhost see http error not the same remote client about file not error?

    Cause ~\VaultServer\web.config flie

    The httpErrors's errorMode default value is "DetailedLocalOnly"

    When you access PLM by remote cliet, the error will be garbled!!

    Change

    <httpErrors>

    to

    <httpErrors errorMode="Detailed">

Reply
  • I found the solution!

    Why localhost see http error not the same remote client about file not error?

    Cause ~\VaultServer\web.config flie

    The httpErrors's errorMode default value is "DetailedLocalOnly"

    When you access PLM by remote cliet, the error will be garbled!!

    Change

    <httpErrors>

    to

    <httpErrors errorMode="Detailed">

Children
No Data