Custom routines are not working now. Get Read Fail SSI message.
Problem: Custom routines stopped working after the version 11 update.
Possible Solution: Because of the Microsoft lawsuit and their subsequent handling of activeX items there needs to be a change to any ASP page that was not developed by Unit4 Education Solutions, inc.
<%
Dim ssiPath
Dim uiCommon
ssiPath = Request.QueryString("ssipath")
If Right(ssiPath, 1) = "\" Then
Else
ssiPath = ssiPath & "\"
End If
Set uiCommon = Server.CreateObject("uiCECommon.ceCommon")
%>
<%
Call uiCommon.Readssi(ssiPath & "<ssi file name>")
%>