- 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Configuring IIS for the SignUp and Uniprint Web Services
- Updated on 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
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),
Set IIS 6 properties
Select 'Computer Name (Local Computer)', Right Click & select properties
- Enable Direct Metabase Edit
- Edit C:\WINDOWS\system32\inetsrv\Metabase.xml & Set
"IIS5IsolationModeEnabled = True
"ASPEnableParentPaths = True"in <IIsWebService Location ="/LM/W3SVC">
Select Web Service Extensions
Enable the following Web Server Extensions
Click Web Service Extensions. In the details pane - Active Server Pages
Click Allowed to change the status from Prohibited to Allowed.- Server Side Includes
Click Allowed to change the status from Prohibited to Allowed.
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"
Reset IIS