zoukankan      html  css  js  c++  java
  • IIS 8 配置错误

    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 APPPOOLClassic .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"
  • 相关阅读:
    构建之法阅读笔记04
    团队项目
    构建之法阅读笔记03
    第6周学习进度
    求最大子数组03
    四则运算4(完结)
    第5周学习进度
    敏捷开发概述
    第4周学习进度
    构建之法阅读笔记01
  • 原文地址:https://www.cnblogs.com/xixifusigao/p/3569337.html
Copyright © 2011-2022 走看看