开发者

Sharp Architecture WCF

开发者 https://www.devze.com 2023-03-21 07:59 出处:网络
I have unusual problem that I can\'t figure out. I have a sharp architecture project that I am developing, and using WCF services which I host using IIS ASP.NET.

I have unusual problem that I can't figure out.

I have a sharp architecture project that I am developing, and using WCF services which I host using IIS ASP.NET.

When the ser开发者_如何学Govices were hosted on my machine everything worked out fine. Now I have hosted the services on a different server and running the client from my machine. once I have done that the SaveOrUpdate() methods seems to be not working. No errors are being thrown out and it returns a successfull operation, but the data is not persisted to the db. The issue I can't figure out is why was this working when the services were hosted locall and now not working when they are hosted some where else.


I think I ran into a similar issue before, basically the transaction is never committed. try manually beginning and committing your transactions.

0

精彩评论

暂无评论...
验证码 换一张
取 消