简体   繁体   中英

WCF Data service is not accessible from remote server

I have service like this :

> http://108.109.95.29/winrtapp/THA001_devDataService.svc/

it gives me an error:

I host this services at windows server 2003 IIS, when I call the same service from localhost it is working fine.

i am accessing this service in windows metro application app

Error is :

在此处输入图片说明

`

Error while accessing https. As i dont have the necessary certificates installed on my machine so i wont be able to access it.

Similarly ur windows phone dont have the certificates in it. thats y its giving that error

错误

I had faced similar kind of situation while i was making an wcf service for azure.

See if this helps you

Check the code in the controller i had to write for my mvc application. I had to giv the path of the certificate in order to authenticate my https.

similarly have will u have to write code for ur windows phone to authenticate the https request.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM