Configuring the Log In Account for Web-Forms

Complete the following steps to define a log in account for Web-Forms:

  1. Open the Web-Forms web.config file in an XML Editor. (C:\Program Files\Cherwell Browser Applications\CherwellWebForms)
  2. Locate the following line of code:
    <appSettings>		<add key="LoginName" value=""/>		<add key="LoginPassword" value=""/>
  3. Provide a value for Login Name and Login Password.
  4. Save the web.config file.