I have trying to design a REST service in .NET 3.5 with WCF REST Contrib. My service is nearly working fine, but I am facing a bizarre error.
I have form which has many tabs. Every tab has many controls textboxes, comboboxes, datagrids and e .t.c.I bind form to one data source in such way
你是我的一朵祥云 开发者_StackOverflow中文版 2022-05-01 21:47 那在平时的饮食过程中有哪些食物是不能吃的呢
Here is the scenario, I ha开发者_StackOverflow社区ve a WCF service call that takes one string parameter and that string has slashes in it (e.g. \"123/456.xml\").I want to setup a UriTemplate like this
How can I update a WCF REST services UriTemplate to be www.mysite.com/... instead of the system name http://mysystem/...