Documentation Index

Fetch the complete documentation index at: https://kb.pharos.com/llms.txt

Use this file to discover all available pages before exploring further.

Configuring IIS for the SignUp and Uniprint Web Services

Prev Next

When trying to login to the Signup nerver center I am not seeing any branches showing and trying to login returns no error and web page does change.

How to configure Uniprint Web services on a Remote IIS server after installing the Pharos Web components on the IIS Server.


The following pre preparation steps should be taken

On Windows 2003 (IIS 6),

  1. Set IIS 6 properties

    1. Select 'Computer Name (Local Computer)', Right Click & select properties

      1. - Enable Direct Metabase Edit

        - Edit C:\WINDOWS\system32\inetsrv\Metabase.xml & Set

        "IIS5IsolationModeEnabled = True
        "ASPEnableParentPaths = True"

        in <IIsWebService    Location ="/LM/W3SVC">

  2. Select Web Service Extensions

    Enable the following Web Server Extensions

    1. Click Web Service Extensions. In the details pane - Active Server Pages

    2. Click Allowed to change the status from Prohibited to Allowed.- Server Side Includes

    3. Click Allowed to change the status from Prohibited to Allowed.

  3. Setting Custom Errors

    Select 'Custom Errors' tab  

    Set 500;100 to /iisHelp/common/500-100.asp

    This gives detailed information on errors

    Default value is: "Internal Server Error - ASP error"

  4. Reset IIS