Remote Machine Debugging in Visual Studio 2012 with Metro and WCF -


i'm trying debug metro application on tablet desktop, when boots , tries data wcf service error:

an exception of type 'system.servicemodel.endpointnotfoundexception' occurred in mscorlib.dll not handled in user code

additional information: there no endpoint listening @ http://localhost:39855/myservice.svc accept message. caused incorrect address or soap action. see innerexception, if present, more details.

i'd assume because service hosted on desktop in iis express, , tablet app trying service @ localhost wouldn't service hosted, have ip of desktop or something. how change service in visual studio hosted @ ip instead of localhost? have disabled both firewalls there should nothing causing problems in regard.

my experience wcf pretty limited :(

or have set iis, deploy service on local machine, , point tablet address?

hosting service in iis express should fine, have modify client (the tablet app) point host machine explicitly (using ip or network host name of machine). can either modifying configuration file app or creating client binding in code, specifying host.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -