0
votes

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.

2
have you tried using different browsers? - user623892

2 Answers

0
votes

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

0
votes

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.