Show language: C# VB.NET Both

Windows Authentication

This section is for crawling and indexing applications that use "Windows Authentication" (as configured under IIS). For ASP.NET controller authentication, please see Forms Authentication Apps & Sites.htm

NTLM Integrated

For this type of integration, no special setup is required. The indexer automatically uses the credentials of the current user who is running the import. (For ASP.NET apps that are importing, this user may be Network Service or 'ASPNET').

Basic or Digest

Open the configuration editor (using one of our UIs) and find the WebsiteCredentials entry. This is where the any username and password is configured. Specify the path that the user/password combination apply to, in the path property. Eg. http://host/dir1/. The 'UserPass' field should be set with the username and password, separated by a space, eg. user1 password1. Specify as many user and path combinations as is needed.