Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Encode the username and password in the following format:    username:password  The   
    1. username:password 
    2. The tool to encode it can be found here. 
  2. Run the Registration utility found in c:\inetpub\wwwroot\square9bizhub\Registration\
  3. Add the result from step 1 before the IP Address in the "Full URL from MFP to web service:" with an @ between the two.
  4. Within the c:\inetpub\wwwroot\square9bizhub\web.config add the following section:
    <system.web>
       <httpRuntime requestPathInvalidCharacters="" requestValidationMode="2.0" />
       <pages validateRequest="false" />
    </system.web>
  5. Perform an IIS reset.
  6. Test the link first by browsing to it in a browser and selecting Capture.
  7. Have the customer test the MFP.

...