When installing Laserfiche WebLink on Windows Vista, you may need to manually create an ISAPI restriction to allow ASP.NET 1.1 web applications in IIS 7.0.
To create an ISAPI restriction to allow ASP.NET 1.1 applications in IIS 7.0
- Click Start. In the Start Search box, type "inetmgr" and press ENTER to open Internet Information Services (IIS) Manager.
- Select the server node and in the Features View, double-click ISAPI and CGI Restrictions.
- In the Actions pane, Click Add.
- In the Add ISAPI or CGI Restriction dialog box, in the ISAPI or CGI path text field, specify the path to aspnet_isapi.dll. By default, the file is located at "C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
- In the Description text field, specify a description for the new restriction. (e.g. ASP.NET 1.1)
- Select the Allow extension path to execute check box.
- Click OK to save your changes.