Knowledge: Migrating Legacy SyseroCTX sub folder Setup
Back
Knowledge
Title*Migrating Legacy SyseroCTX sub folder Setup
ManualInternal
Manual Level Two
Created15/04/2025
DetailThese are steps to help us migrate sites that are using legacy /syseroctx folder instead of /
- First install URL Rewrite 2.1
- 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>
- Create syseroctx folder in syseroctx folder and create WebServices sub folder under that.
- Copy SyseeroCTXTimerService.asmx and SyseroCTXDataService.asmx to that folder.
- In IIS switch Sysero path to use main path/SyseroCTX folder (do not select new sub folder).
- In Web.config copy existing location websevices and set new one with syseroctx/webservices
- Set CTX URL in Sysero > Admin correctly.
- Test Office can still login.
Additional Manual Locations