首页 > 其他 > 详细

IIS 8 配置错误

时间:2014-02-27 12:17:05      阅读:462      评论:0      收藏:0      [点我收藏+]

1) ProtocolException: The remote server returned an unexpected response: (405) Method Not Allowed

The issue was, windows features for WCF was not enabled.

2) Login failed for user ‘IIS APPPOOL\Classic .NET AppPool‘

2.1) Are you using integrated security in the DB connection string? if so, you either need to change the connection string to specify a username or password. or change the asp.net settings in IIS to enable impersonation, this will mean the web app is running as another specified user (you would need to ensure the alternate user has access to the database otherwise you will have the same problem!)

2.2)

  • Go into IIS Manager
  • On the node with your computer name, select "Application Pools"
  • Click "Classic .NET AppPool" and select "Advanced Settings..."
  • Select "Identity" property and change its value to "LocalSystem"

IIS 8 配置错误,布布扣,bubuko.com

IIS 8 配置错误

原文:http://www.cnblogs.com/xixifusigao/p/3569337.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!