Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 03, 2012 06:35 PM by WishStar99
Contributor
2396 Points
661 Posts
Jun 19, 2012 03:04 PM|LINK
i am creatin a windows application
I have addded wcf service reference in my business layer to call data layer.
everything is working fine on my dev machine
Now i am publishing service on client machine
Tto access that service from window application on client machine i have updated .config file to client machine ip\service name
but it is unable to access can any one tell me what can be the cause
2842 Points
865 Posts
Jul 03, 2012 06:35 PM|LINK
you probably need the two xml files.
crossdomain.xml and clientaccesspolicy.xml
Look here: http://msdn.microsoft.com/en-us/library/cc197955(v=vs.95).aspx
tdmca
Contributor
2396 Points
661 Posts
unable to access wcf service
Jun 19, 2012 03:04 PM|LINK
i am creatin a windows application
I have addded wcf service reference in my business layer to call data layer.
everything is working fine on my dev machine
Now i am publishing service on client machine
Tto access that service from window application on client machine i have updated .config file to client machine ip\service name
but it is unable to access can any one tell me what can be the cause
WishStar99
Contributor
2842 Points
865 Posts
Re: unable to access wcf service
Jul 03, 2012 06:35 PM|LINK
you probably need the two xml files.
crossdomain.xml and clientaccesspolicy.xml
Look here: http://msdn.microsoft.com/en-us/library/cc197955(v=vs.95).aspx