随笔分类 -  IIS

.NET文件上传的大小限制配置
摘要: 阅读全文
posted @ 2013-09-13 17:10 小黑混北京 阅读(391) 评论(0) 推荐(0)
IIS 7 WAS服务不可用
摘要:在 Windows Server 2008 上使用 %windir%\system32\inetsrv\appcmd.exe list wp 命令,得到如下错误:ERROR ( message:WAS 服务不可用 - 请先尝试启动该服务。 )ERROR ( message:The WAS service is not available - try starting the service first. )但执行 sc query was 与 sc query w3svc 发现这两个服务的状态都是 running。转而尝试执行 appcmd list site 或者 appcmd list s 阅读全文
posted @ 2013-06-29 18:38 小黑混北京 阅读(6847) 评论(0) 推荐(0)
问题解决记录(一)
摘要:VS2010程序部署在IIS7.5上后,报如下异常Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Description: An unhandled exception occurred during the execution of the current web reques 阅读全文
posted @ 2012-10-19 11:04 小黑混北京 阅读(186) 评论(0) 推荐(0)