zoukankan      html  css  js  c++  java
  • SharePoint 2013

    1. 首先,在DNS服务器上创建app domain,建议使用一个新domain,而不是当前domain的 sub domain,参考此文章

    Option A: Create a new domain to host your apps 区域;

    2. 在 SharePoint CA的 Manage Service Applications 页面,确认

    App Management Service Application 和 Subscription Settings Service Application 已存在并启动;

    3. App Management Service Application可以通过页面进行创建,但 Subscription Settings Service Application需要使用PowerShell来进行创建,脚本如下:

    New-SPSubscriptionSettingsServiceApplication -ApplicationPool “SharePoint Web Services Default” -Name “Subscription Settings Service Application” -DatabaseName “SubscriptionSettingsDB” | New-SPSubscriptionSettingsServiceApplicationProxy

    4. 在 SharePoint CA的 Manage services on server 页面,确认 App Management Service 和 Microsoft SharePoint Foundation Subscription Settings Service 服务已经启动;

    5. 在 Configure App URLs 页面,配置一下 App Domain 和 App Prefix 即可;

    6. VS创建一个app测试一下;

  • 相关阅读:
    spring cloud项目搭建
    获取iframe的window对象
    数学杂谈 #7
    [AGC023D] Go Home
    JOISC 2021 部分题解
    [NOI2017]泳池
    [NOI2016] 循环之美
    [NOI2016] 优秀的拆分
    [LG P3676]小清新数据结构题
    [ARC113F]Social Distance
  • 原文地址:https://www.cnblogs.com/qijiage/p/5062918.html
Copyright © 2011-2022 走看看