Knowledge: Migrating Legacy SyseroCTX sub folder Setup
Back
    Title*Migrating Legacy SyseroCTX sub folder Setup
    ManualInternal
    Created15/04/2025
    Detail

    These are steps to help us migrate sites that are using legacy /syseroctx folder instead of /

    1. First install URL Rewrite 2.1
    2. Then set the following rules:

      <rule name="Login2" enabled="false" stopProcessing="true">
          <match url=".*/login2.aspx(.*)" ignoreCase="false" />
          <action type="Redirect" url="https://syserodevtc.dev.sysero.com/login2.aspx{R:1}" redirectType="Temporary" />
      </rule>
        <rule name="Redirect syseroctx to root" stopProcessing="true">
          <match url="^syseroctx/(.*)$" />
          <conditions>
              <add input="{URL}" pattern="^/syseroctx/webservices" negate="true" />
              <add input="{URL}" pattern="login2.aspx" negate="true" />
          </conditions>
          <action type="Rewrite" url="/{R:1}" />
      </rule>

    3. Create syseroctx folder in syseroctx folder and create WebServices sub folder under that.
    4. Copy SyseeroCTXTimerService.asmx and SyseroCTXDataService.asmx to that folder.
    5. In IIS switch Sysero path to use main path/SyseroCTX folder (do not select new sub folder).
    6. In Web.config copy existing location websevices and set new one with syseroctx/webservices
    7. Set CTX URL in Sysero > Admin correctly.
    8. Test Office can still login.
    Privacy Policy
    Cookies help us to improve your user experience. By using this site you consent to cookies being stored on your device. Read more...
    View or hide all system messages