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就是通过重新保存用户权限来自动重新创建。

  • 相关阅读:
    STL源码剖析:迭代器
    STL源码剖析:配置器
    [bzoj3940][Usaco2015 Feb]Censoring
    [bzoj2212][Poi2011]Tree Rotations
    [bzoj2733]永无乡&&[bzoj3545]Peaks
    挂个AC自动机
    [bzoj4237]稻草人
    莫比乌斯反演定理证明
    斜率优化dp学习
    备忘
  • 原文地址:https://www.cnblogs.com/ceci/p/7412200.html
Copyright © 2011-2022 走看看