Import contacts from Gmail and Yahoo in Asp.net
-
Hello, I am trying to import gmail and yahoo contacts in my asp.net website. i m using OpenContactsNet.dll and using following code GmailExtract extractor = new GmailExtract(); NetworkCredential nc = new NetworkCredential(txtUserName.Text, txtPassword.Text); bool res = extractor.Extract(nc, out list); But this code is'nt working. I got false responseFrown what could be the reason?? The .Extract function gives the following error when executes the line of code HttpWebResponse exportResponse = (HttpWebResponse)contactsRequest.GetResponse(); Error: The remote server returned an error: (401) Unauthorized Please help me in this regard as i have tried every thing. I place the app on www root but still no luck.. plzz help
-
Hello, I am trying to import gmail and yahoo contacts in my asp.net website. i m using OpenContactsNet.dll and using following code GmailExtract extractor = new GmailExtract(); NetworkCredential nc = new NetworkCredential(txtUserName.Text, txtPassword.Text); bool res = extractor.Extract(nc, out list); But this code is'nt working. I got false responseFrown what could be the reason?? The .Extract function gives the following error when executes the line of code HttpWebResponse exportResponse = (HttpWebResponse)contactsRequest.GetResponse(); Error: The remote server returned an error: (401) Unauthorized Please help me in this regard as i have tried every thing. I place the app on www root but still no luck.. plzz help