clientaccesspolicy.xml
How to make HTTP PUT and DELETE work in Silverlight 4
I would prefer to avoid getting into a debate about whether HTTP verbs PUT and DELETE are appropriate or obsolete and focus on the question of actually making Silverlight work when \"forced\" to use t[详细]
2023-04-05 15:38 分类:问答Cross Domain Access Policy not working for silverlight hosted in IIS
My silverlight application is currently hosted in IIS and is set up to only use HTTPS. the silverlight web project is the root of the IIS website and the webservices project开发者_如何转开发 is a sep[详细]
2023-03-16 23:47 分类:问答CommunicationException occured due to the fact that my client access policy file was not accessed
I have the a WCF service that is hosted in a console application. Here\'s the app.config file: <?xml version=\"1.0\"?>[详细]
2023-03-06 04:50 分类:问答Silverlight 4.0: Cross Domain Policy Error
I have a webservice and a Silverlight application. I also have a crossdomain.xml and clientaccesspolicy.xml[详细]
2023-03-03 15:19 分类:问答Serving clientaccesspolicy.xml through WCF Rest service, while hosting on IIS
I am building a simple HTTP file server. I have an asp.net web application that exposes a WCF service (FileService.svc).[详细]
2023-02-28 23:09 分类:问答ClientAccessPolicy file download aborted
I have an ASP .NET 3.5 + Silverlight 3 web site hosted on Win Server 2003. The url is of the following form:[详细]
2023-02-28 07:26 分类:问答Silverlight access Azure Table REST - clientaccesspolicy.xml?
Is it possible to have a开发者_如何转开发 Silverlight client app directly access the Azure Table service REST endpoints? Putting aside concerns about how to sign the requests without leaking the share[详细]
2023-02-22 18:42 分类:问答Silverlight to self hosted WCF
I have a silverlight application which has a WCF in it. Since it is a self hosted WCF I\'ve understand I have to add an interface something like:[详细]
2023-02-09 01:58 分类:问答Silverlight WCF + SSL security error - crossdomain.xml never requested
(I see several questions related to my problem but none of the solutions work for me as I am encountering this problem in production, not during local development, and I\'ve already tried all of the p[详细]
2023-02-07 23:19 分类:问答My silverlight application is still trying to connect to localhost after being published to a remote server
I\'m developing a silverlight application that uses a web service.It works just fine when I run it on my local machine but when I publish it to a remote server, it fails because it is looking for a a[详细]
2023-02-06 23:34 分类:问答