Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A silverlight application is deployed to IIS. I can access it from two different machines. However, a user from another machine only sees blank page.

I do not suspect mime types and other IIS/server issues because it works fine except for this user.

The user can access other Silverlight apps, on same server.

What can be the problem on the client's machine?

UPD: user can't access .xap file directly, restricted access. UPD: looks to be a proxy in the middle.

share|improve this question
have you tried using different browsers? – ErgonomicDeveloper Mar 14 '11 at 14:16

2 Answers

Hm, can't delete my own post? Well, this looks to be network problem with proxy.

share|improve this answer
See this: link – ErgonomicDeveloper Mar 14 '11 at 14:41

It seems a cross-domain issue, and normally an unhandled exception causes the Silverlight content to go blank, even-though if you right-click you would get Silverlight menu action.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.