I have a few .xap files under my clientbin folder. However I am not able to get the silverlight controls working as it seems to get a 404 error – fiddler says so 🙂
Much appreciate your help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to add a mapping for .xap to the mime type “application/x-silverlight-app” in your IIS mime map. See:-
http://www.adefwebserver.com/DotNetNukeHELP/Misc/Silverlight/SettingMimeType.html
IIS6 and beyond will serve up a 404 if asked to deliver a file the extension of which it can’t find a mime map for. The wild card .* to application/octet-stream is not present on default installs of IIS6 and above.