摘要:
Recently I came across a problem with Windows Communication Foundation Services and IIS 7.What I did is, deploy a .SVC file to my IIS 7.The service worked during development on the local ASP.NET Dev Webserver, but after deploying it to the server, there was an error:HTTP Error 500.19 - Internal Serv
阅读全文
posted @ 2011-12-15 15:04
Angelo Lee
阅读(232)
推荐(0)
编辑
摘要:
Link:WCF 4.0 service consumed in Silverlight 4.0 with cross domain
阅读全文
posted @ 2011-12-15 10:13
Angelo Lee
阅读(98)
推荐(0)
编辑
摘要:
Cross-domain calls and server side debugging of Silverlight applicationWell, in this post, I’ll touch two of most major problems with Silverlight development: Cross-Domain remote calls and Server-Side development and debugging. Two of those problem are related, but still happens one without an other
阅读全文
posted @ 2011-12-15 09:20
Angelo Lee
阅读(184)
推荐(0)
编辑
摘要:
Silverlight Crossdomain Access WebService And Debug主要是在你的Web Service目录下,放个clientaccesspolicy.xml注意是根目录。我只有放在C:\netpub\wwwroot才行,虚拟目录下不行。在项目中使用SilverLight调用WebService,经常出现在Debug状态下无法访问WebService的情况。假设WebService部署在http://localhost/SonicLocalizationService /LocalizationWebService.asmx。当以Debug运行SilverLi
阅读全文
posted @ 2011-12-15 08:42
Angelo Lee
阅读(212)
推荐(0)
编辑