您的位置:首页 > 其它

部署Silverlight应用时遇到的问题

2010-01-14 11:25 267 查看
1. "Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'"

原因:3.0 version of the WCF Http Activation module 在安装了IIS后安装的

解决方法:重新安装aspnet iis (aspnet_regiis.exe -iru )

2. HTTP Error 500.19 - Internal Server Error

原因:所在目录权限不足

解决方法:添加IIS_USERS访问对应目录的权限

3. Error Code 2104 : Couldnot download the Silverlight Application

原因:在IIS server上没有缺少相应的MIME type

解决方法:添加 .xap application/x-silverlight-app
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: