Dear all,
I have developed a windows services for sending SMS,when i run in my environment its working, If i run in remote server.getting a error like"unable to connect t remote server"
When analysing the issue , the problem is here :
request = (HttpWebRequest)WebRequest.Create(postData.ToString());
Stream newStream = request.GetRequestStream()
Kindly help me out of tis issue.
Thanks & Regards,
V.Revathi