zoukankan      html  css  js  c++  java
  • SharePoint 2013创建应用程序时IIS端口文件夹下没文件

      最近SharePoint 2007迁移到2013的时候,碰到创建应用程序时IIS端口文件夹下没文件的问题,网上找了大把的原因,终于在这里找到了解决方案:

      

    Fix:

    1. Open IIS on the SP2013 host machine. 

    2. Navigate to the Application Pools

    3. Right Click "Sharepoint Central Administration v4" and click "Advanced Settings"

    4. Scroll down to "Shutdown Time Limit" and change it from the default time limit to 300 or 400 seconds. 

    5. Press OK, and then perform iisreset.

    This should resolve your problem. 

    ------------------------------------------------------------

    Workaround:

    1. After the site fails to create and SP timesout for the shutdown time limit being exceeded, Refresh the Web Applications list and find your newly created (non-working) WebApp in the list. 

    2. Select your Web Application and Click on Authentication Providers

    3. After the Authentication Providers dialog opens, Click Save.

    Performing this action will cause SP to recreate any necessary files in the Virtual Folder for that WebApp

      主要的原因是因为服务器的性能不够,导致操作超时,所以方法就两个,1个是加超时时间,2就是通过重新保存用户权限来自动重新创建。

  • 相关阅读:
    ORACLE日期时间函数大全
    Oracle 11.2.0.4 Data Guard 部署练习【一主一备/单机】
    Oracle 11.2 RAC 添加节点
    Oracle 11.2 RAC 删除节点
    Oracle 11.2 RAC on Redhat 6.5 安装最佳实践
    MongoDB复制集概念架构浅析
    Linux下MongoDB单实例的安装和配置详解
    抓包
    openstack安全组
    chrome headless 截图
  • 原文地址:https://www.cnblogs.com/ceci/p/7412200.html
Copyright © 2011-2022 走看看