Marcio, did you ever get any further with this? I am stuck in the exact same spot. I cannot get the client/Agent login to transition to the Management Interface of SmarterTrack. Same as you describe below; a) login to SmarterTrack first and it just spins with Please Wait..., b) login in to DNN first, go to SmarterTrack and the front-end works, but try switching to the Management Interface and you are present with the SmarterTrack login page and you cannot login. I have been able to get it to throw and error which is logged in SmarterTrack /App_Data/Logs/yyyy.mm.dd-Error.log:
--.
System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
[ error log then dumps the HTML of the entire DNN login page ]
--.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SmarterTrack.HelperClasses.LoginProviderProxy.SmarterTrackInterop.Authenticate(ExternalLoginProviderInputs inputs)
at SmarterTrack.HelperClasses.Security.UserBase.Login(HttpContext context, String Username, String Password, Boolean isPersistent, String& Message)
=====================
[2015-02-04 8:47:18 PM]
Agent: [username/email] ([Full Name])
Unhandled error
- Page: [
http://support.thedomain.com/Login.aspx]- Referrer: [
http://support.thedomain.com/Login.aspx]- User Agent: [Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36] - IP: [192.241.63.162]
Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at SmarterTrack.HelperClasses.Security.UserBase.Login(HttpContext context, String Username, String Password, Boolean isPersistent, String& Message)
at SmarterTrack.MRS.Login.btnLogin_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)