New to Silverlight, I have an app that I am trying to test. Works fine on DEV machine, when I upload to the server, no errors are returned, but no app either.
I have uploaded:
- TestMySilverlightApp.aspx
- ClientBin/MySilverlightApp.xap
- silverlight.js
Have I missed something?
Many thanks
EDIT:
Firebug tells me that I have a 404 not found error on the .xap file, which is a bit of mystery, as it is there, where it should be. Beginning to think that it might be a server configuration issue.
EDIT 2:
I am increasingly certain that the problem lies with registering the .xap extension with IIS. However, there also seem to be issues if you have silverlight 2 and silverlight 3 installed on the same machine. My code uses silverlight 3, but I have no idea what is on the server as I pay for a fully managed server.
Two articles throw some light on these problems: