You can configure WebLink such that internal network users automatically authenticate using Windows authentication and external users authenticate by specifying a user name and password on the WebLink login page.
Create two IIS virtual directories for your WebLink installation. Configure one virtual directory to use Windows authentication and configure the other virtual directory for anonymous access.
Note: Internal and external users will use different URLs to access WebLink.
Configuring your default WebLink virtual directory for Windows authentication
Please see the following Knowledge Base article:
1011109 Enabling Windows Authentication for WebLink.
Creating a second virtual directory
- Click Start, navigate to Control Panel, Administrative Tools, and then click Internet Information Services (IIS) Manager to load the Internet Information Services MMC snap-in.
- Select Default Web Site.
- From the Action menu, point to New, then click Virtual Directory.
- Click Next.
- From the Virtual Directory Alias step, type a name for the virtual directory.
- Click Next.
- From the Web Site Content Directory step, type or browse to the "Web Files" subfolder located in your Laserfiche WebLink installation folder.
- Click Next.
- From the Virtual Directory Access Permissions step, select the Read and Run scripts (such as ASP) options.
- Click Next, and then click Finish.
- Specify a default page.
- In the IIS Manager window, select your newly created virtual directory.
- From the Action menu, click Properties.
- Click the Documents tab.
- Select the Enable Default Document option.
- Click Add to load the Add Default Document dialog box.
- Type the following and click OK to add Login.aspx as the default document.
Login.aspx
- Configure directory security for the new virtual directory.
- Click the Directory Security tab.
- In the Authentication and access control section, click Edit to load the Authentication Methods dialog box.
- Select the Enable Anonymous access option.
- Next to User name, specify the desired Windows account that will be used to authenticate to IIS.
- Next to Password, specify the password associated with the specified Windows user account. If you specified a machine account, select the Allow IIS to control password check box.
- Click OK to save your changes and close the Authentication Methods dialog box.
- Click OK to save your changes and close the VirtualDirectoryName Properties dialog box.
- Configure DCOM security for the anonymous user account.
- Click Start and then click Run.
- In the Run dialog box, type the following and then click OK to load the Component Services MMC snap-in.
dcomcnfg
- Under Console Root, expand Component Services.
- Expand Computers.
- Expand My Computer.
- Expand DCOM Config.
- Select Laserfiche 7.x.
- From the Action menu, click Properties.
- Click the Security tab.
- In the Launch and Activation Permissions section, select Customize and then click Edit.
- Make sure the anonymous user account you specified in step 12 has Local Activation and Remote Activation rights.
- Click OK to save your changes.
For information on firewall compatibility, please see the following Knowledge Base articles.
1011186 Configuring WebLink to be Firewall Compatible.
1011765 Configuring Laserfiche to be Firewall Compatible.