|
hey guys kind of getting my feet wet with .NET from a guy coming from vb classic and i am trying to figure out how Smart Clients work.... I don't know if any of you encountered this but it seems everytime FotoVision VB consumes the PhotoAdmin webservice and tries to login it always returns false. Even if i try to do that one manually by calling http://localhost/FotoVisionWeb/PhotoAdmin.asmx and invoking the web method it still returns false.
I tried debugging it and, correct me if i'm wrong, but it's as if it could not get the Credentials from the SoapHeader, the Credential is always nothing....
I downloaded the FotoVisionWeb and FotoVisionVB last month, and still can't get it to upload...
Any help would be greatly appreciated... thanks
ps. when debugging to make sure it is using the correct web.config file the hashed password as stored in the web.config file is the same as when i try to view it on the locals window...
|