wcf - Server was unable to process request error calling asp.net 1.0 webservice -
i calling 'old school' asp.net webservice (no wcf), hosted in iis, secured windows authentication , anonymous not allowed.
when call test app other server (winforms, vs2008sp1, .net 3.5), having generated client app.config wcf bindings, logged on user granted on ad , on hosting webservice server, error:
" server unable process request. ---> object reference not set instance of object."
i have security mode = transportcredentialonly" , transport clientcredentialtype='windows'....
Comments
Post a Comment