Hi,
I'm a newbey in software development.
I will intergrate login with my site.
I've downloaded Easy Api and tried your sample code test-dnp-login.asp.txt
It's impossible to login the panel with my site.
The line objEasyApiEs.LogIn (strUsername, strPassword) will not login into the panel so i allways get the "Bad username and password" failure.
I've changed the code strErrorMessage = "Bad username and password" to strErrorMessage.text = err.description
Then i copy de code to te server ( the same server as DNP)
When i enter the logincode with it's url the error shows:
Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
or one of its dependencies. The system cannot find the file specified.
The strEnterpriseServerUrl is set to 127.0.0.1:9002 because it's a internal IP
please help me,
I tride everyting but nothing helps.
thanks for your help,
Martijn