If you are running Microsoft Business Portal 2.0, Microsoft Business Portal 2.5, or Microsoft Business Portal 2.5 Feature Pack (Business Portal 2.7), use method 1. If you are running Business Portal 3.0, use method 2.
Method 1: Use the Security Setup utility to add the users from the domain that is not listed in Business Portal
To run the Security Setup utility, follow these steps:
- Locate the bin folder of the Web site that you have Business Portal installed. By default, this is located at C:\Inetpub\wwwroot\bin.
- Double-click the SecuritySetupUtility.exe.
Note To run this utility you must logon to the server as the person who installed Business Portal.
Method 2: Manually add an entry to the BusinessFramework.config file
- In Windows Explorer, locate the BusinessFramework.config file. By default, this file is located at C:\Inetpub\wwwroot\bin.
- Open the file by using a text editor such as Notepad.
- Add the following entry to the file:
<Microsoft.BusinessFramework.Portal.Administration.ActiveDirectoryReaderConfig>
<useAlternativeDomainLookup type="Boolean" value="True”/>
</Microsoft.BusinessFramework.Portal.Administration.ActiveDirectoryReaderConfig>
Here is a section of what the file should look like after you add the entry:
<Microsoft.BusinessFramework.Security.SecureApplicationDirectoryList>
<directoryList type="String" value="/sites/BusinessPortal/|/BusinessPortal/"/>
</Microsoft.BusinessFramework.Security.SecureApplicationDirectoryList>
<Microsoft.BusinessFramework.Portal.Administration.ActiveDirectoryReaderConfig>
<useAlternativeDomainLookup type="Boolean" value="True"/>
</Microsoft.BusinessFramework.Portal.Administration.ActiveDirectoryReaderConfig>