Configuring the Xtend Service on IIS for Active Directory
When you use Xtend in libraries where you login using Active Directory you need to complete the following settings in IIS Manager.
To Complete the Xtend Service Settings:
- Open IIS Manager, and expand the entries under the Default Web Site.
- Right-click on the XtendService site and choose Properties. The XtendService Properties window is opened.
- Select the Directory Security tab. Choose Edit... under Authentication and access control. The Authentication Methods window is opened:
- Remove the check mark for Enable anonymous access.
- Select Integrated Windows authentication.
- Choose OK to save the changes and close the Authentication Methods window.
- Select the ASP.NET tab. Choose Edit Configuration... The ASP.NET Configuration Settings window is opened.
- Select the Authentication tab.
- Ensure Windows is selected as the Authentication mode.
- Select the Application tab.
- Select Local impersonation under Identity settings (leave the user and password blank).
- Save the changes to the properties.
- Restart IIS.
|