While trying to consume rest service in windows phone 8 app , I am getting the "The remote server returned an error: NotFound."exception.
All that am trying to do is creating a simple WCF rest service and trying to consume it in a WP8 application. I have tried all the possible solutions mentioned in several articles digging this problem but couldn't escape this exception. I have even tried this article
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj684580(v=vs.105).aspx
but no enough lucky. I have also disabled firewall.
One important thing to mention here is am connected to a corporate network, does this affect in any way?