Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
CSS
Hi my friends
I 've made in the local WCF works but when it Publish and upload it on a host (for example: http://service.mysite.com/admin/Service.svc), then in website solution and Add service reference click and enter URL and click Go button, the service does not add to my solution and show this error:
an error occurred while attempting to find services at http

There was an error downloading 'http://service.mysite.com/admin/Service.svc/_vti_bin/ListData.svc/$metadata'.
The request failed with the error message:
...

please help me

my web.config:
http://s3.picofile.com/file/8196943226/conf2.jpg[^]

Service.svc file:
http://s3.picofile.com/file/8196943384/conf3_svc.jpg[^]

Error message:
http://s6.picofile.com/file/8196943476/confe.jpg[^]
Posted
Comments
Amlan Sengupta 1-Jul-15 4:38am    
just paste the WCF endpoint address in your browser and see it it loads anything or not...

1 solution

End points are not available in your web config, just check an example and refer to below link for wcf

[^]

This will solve your problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900