Modifying the WebLink 8 Log File Path.

April 19, 2010 | KB: 1012586
WebLink 8

Summary

By default, WebLink 8 always writes log file information to "C:\temp\WebLink Log." WebLink may not function properly if this path does not exist or if WebLink cannot write to that path. For example, the Document Viewer may not display images properly.

More Information

Manually edit login.aspx to modify the log file path.

To modify the LogPath property of the LoginInterface8 control

  1. Using a text editor, open login.aspx. The file is located in the "Web Files" folder of the WebLink 8 installation folder. By default, the path is "C:\Program Files\Laserfiche\WebLink 8\Web Files."
  2. Locate the control on line 23.
  3. <weblink:logininterface8 id="TheLoginInterface" style="Z-INDEX: 105" runat="server" ShowRepositoryDropdown="True" ShowRepositoryBox="True" ShowServerBox="True" ShowUsernameBox="True">

  4. Modify the control by adding the LogPath property such that the control now looks like:
  5. <weblink:logininterface8 id="TheLoginInterface" style="Z-INDEX: 105" runat="server" ShowRepositoryDropdown="True" ShowRepositoryBox="True" ShowServerbox="True" ShowUsernameBox="True" LogPath="D:\MyTempFolder">

    Replace D:\MyTempFolder with a valid path of your choosing.

  6. Save login.aspx.