ある SharePoint サイトと別の asp.net サイト間でセッション変数を共有する方法は?
質問する
293 次
1 に答える
0
asp.net と sharepoint の間でデータを共有したい場合は、sharepoint プロパティ バッグに保存することをお勧めします。asp.net アプリケーションからクライアント オブジェクト モデルを使用してプロパティ バッグにアクセスできます。
プロパティ バッグの紹介: http://www.sharepointsecurity.com/sharepoint/sharepoint-development/what-is-a-property-bag/ http://www.fivenumber.com/understanding-sharepoint-property-bag-settings /
asp.net アプリからの sharepoint プロパティ バッグへのアクセス: https://www.nothingbutsharepoint.com/sites/devwiki/articles/Pages/Making-use-of-the-Property-Bag-in-the-ECMAScript-Client-Object-モデル.aspx
于 2012-08-27T23:41:05.937 に答える