Versions Compared

Key

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

...

  1. Update WIRE configuration files
    • Copy connections section from your original WIRE_GUI.dll.config file into the updated WIRE_GUI.dll.config file in the root of the WIRE_GUI directory
    • Check both WIRE_GUI.dll.config and WIRE.dll.config files to ensure no existing configurations changed.
    • Setup new path for User Profiles
      • Ensure that Wire.XMLProfilePersister.dll.config has correct path to Profile directory on web server.
      • Ensure that the user that the application pool runs under has the appropriate rights to write to the configured Profile directory 
  2. In the web.config file, find any references to the AjaxPro.AjaxHandlerFactory type, and change to the AjaxPro.2 version as seen below...

    from: type="AjaxPro.AjaxHandlerFactory, AjaxPro" 

    to: type="AjaxPro.AjaxHandlerFactory, AjaxPro2AjaxPro.2"

Test You WIRE Application

...