---
title: "Configuring IIS for the SignUp and Uniprint Web Services"
slug: "configuring-iis-for-the-signup-and-uniprint-web-services"
updated: 2024-04-01T07:20:38Z
published: 2024-04-01T07:20:38Z
canonical: "kb.pharos.com/configuring-iis-for-the-signup-and-uniprint-web-services"
---

> ## 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

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

```plaintext
- 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

## Related

- [HOW TO: Diagnose 401.x HTTP errors on IIS](/how-to-diagnose-401x-http-errors-on-iis.md)
- [Pharos Blueprint - Tracker and EDI Web Service tests fail](/pharos-blueprint-tracker-and-edi-web-service-tests-fail.md)
