Login Credentials for Web Services

JaanuJaanu Member Posts: 44
edited 2014-04-15 in NAV Three Tier
Hi ALL,
I'm assigned to a task of creating moblie web services for a client.
I have created pages & published the url. I can able to access url in local using windows login. but if i'm accessing in mobile, how to create login credential for web service
I searched abt this.. still in search of clear idea to do.


Thanks in advance,
Jaanu

Comments

  • yukonyukon Member Posts: 361
    Hi,

    Try with this
     webservice.Credentials = new System.Net.NetworkCredential("username", "password", "domain");
    

    Regards,
    Yukon
    Make Simple & Easy
  • JaanuJaanu Member Posts: 44
    Thanks Yukon. I got it. :thumbsup:
Sign In or Register to comment.