After reading the older threads regarding the error (See Subject) and trying the various methods to get this app to work. (Already in SQL mixed mode, IIS is running with .NET, yada yada).

I found a fix by changing the web.config file to:

from:
    <add key="sqlConn.UsePlainText" value="false" />
to:
    <add key="sqlConn.UsePlainText" value="true" />

Hope this helps! Defintely not a fix but a workaround nonetheless.

Jerry