Ok let me first state that I am very new to .net programmer.. just finally moving to .net from VB6 and classic ASP. Also, we are using the DNN 4.5 portal that one of our programmers modified and is no longer with the company.
In the default.aspx.vb page_init function he has the following code added to auto login.
Dim oSSO As New SSOAuto
oSSO.DoAutoLogin(_username, _password, _lastname, _firstname, _email)
oSSO = Nothing
We are now trying to trouble shoot some issues, and i downloaded teh starter kit and got a blank unmodified DNN portal up and running on my test box.
I now try to add this autologin logic and "SSOAUTO" is not defined.
I dont see it in any of the code in the production environment.
Does anyone have any idea whats going on here? Is there possibly another class that has been created/added to the production environement?
I have been poking around the DNN portal with no luck on this, so any help or guidance would be great. Thanks.