Silverlight -> WCF -> Database -> problem

前端 未结 4 1557
长情又很酷
长情又很酷 2020-12-22 01:44

I have some silverlight code that calls a WCF service which then uses the Entity Framework to access the database and return records.

Everything runs fine but ... wh

4条回答
  •  攒了一身酷
    2020-12-22 02:30

    If you are still stuck, you may want to try making the call to the service from the machine hosting the service. IIS by default returns much more information about what might have gone wrong when the call is from the local machine. (I believe this can be changed, but don't know for sure.)

提交回复
热议问题