I
Ivan G.
Hi.
I'm trying to call web service passing a new
System.Net.NetworkCredential to it's reference:
jobs.Jobs j = new jobs.Jobs();
j.Credentials = new System.Net.NetworkCredential(login,password,domain);
but anyway I get System.SecurityException
Why?
Thanx.
I'm trying to call web service passing a new
System.Net.NetworkCredential to it's reference:
jobs.Jobs j = new jobs.Jobs();
j.Credentials = new System.Net.NetworkCredential(login,password,domain);
but anyway I get System.SecurityException
Why?
Thanx.