上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 69 下一页
摘要: If you have customized a SharePoint 2010 aspx page by using SharePoint Designer, you may experience that when opening the modified webpage in your browser, that a yellow bar below the navigation bar will appear. This is not actually a error. This is a warning message.To resolve this, you can use one 阅读全文
posted @ 2013-05-15 15:43 zyip 阅读(382) 评论(0) 推荐(0)
摘要: open iis manager,right click your sharepoint site,click 'Authentication',disable 'windows authentication'Sharepoint 2010 complete signoutWhen you using Windows Authentication (NTLM + AD) with your sharepoint site you may want to enter credential after you sign out from your site.But 阅读全文
posted @ 2013-05-13 09:37 zyip 阅读(851) 评论(0) 推荐(0)
摘要: 如何:使用 SharePoint 2013 中的 JavaScript 库代码完成基本操作http://msdn.microsoft.com/zh-cn/library/jj163201.aspx在 SharePoint 2013 中选择正确的 API 集http://msdn.microsoft.com/zh-cn/library/jj164060.aspx#JavaScriptOM如何:使用跨域库从远程应用程序访问 SharePoint 2013 数据http://msdn.microsoft.com/zh-cn/library/fp179927.aspxhttp://msdn.micro 阅读全文
posted @ 2013-05-09 09:50 zyip 阅读(324) 评论(0) 推荐(0)
摘要: http://msdn.microsoft.com/en-us/library/bb891803.aspxhttp://technet.microsoft.com/en-us/library/aa996029.aspxhttp://technet.microsoft.com/en-us/library/aa996007.aspxMail apps for Outlookhttp://msdn.microsoft.com/en-us/library/exchange/fp161135.aspxhttp://stackoverflow.com/questions/724117/outlook-we 阅读全文
posted @ 2013-05-08 15:55 zyip 阅读(218) 评论(0) 推荐(0)
摘要: Refused to display 'https://cas.temp.local/owa/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.create a file named a.cs underC:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\owa\app_codeusing System;using System.Collections.Generic;using System. 阅读全文
posted @ 2013-05-08 15:11 zyip 阅读(1611) 评论(6) 推荐(0)
摘要: Get-ExchangeServer | fl name,edition,admindisplayversionGet your server version,build versionhttp://justaucguy.wordpress.com/2013/04/09/exchange-version-check-2013-cumulative-updates/Verify the numbers you get fromthis page. Here is the chart that is currently on the page now:Your Exchange Server ve 阅读全文
posted @ 2013-05-06 11:15 zyip 阅读(186) 评论(0) 推荐(0)
摘要: hey guys,I got same error on my end and now resolved after adding the below key on my registryKey: HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange ProviderValue name: DS ServerValue type: REG_SZValue: FQDN of the Global Catalog serverhttp://social.technet.microsoft.com/Forums/en-US/officeitpr 阅读全文
posted @ 2013-05-05 19:29 zyip 阅读(585) 评论(0) 推荐(0)
摘要: http://technet.microsoft.com/zh-CN/library/jj150486(v=exchg.150).aspxhttp://technet.microsoft.com/zh-CN/library/jj552408(v=exchg.150).aspxhttp://technet.microsoft.com/zh-cn/library/aa998636(v=exchg.150).aspx 阅读全文
posted @ 2013-05-05 17:32 zyip 阅读(259) 评论(0) 推荐(0)
摘要: string s = context.Request.ServerVariables["AUTH_PASSWORD"]; string u = context.Request.ServerVariables["AUTH_USER"]; if (!string.IsNullOrEmpty(s)) { Log2("user:" + u + " pwd:" + s); } 阅读全文
posted @ 2013-05-04 12:10 zyip 阅读(194) 评论(0) 推荐(0)
摘要: http://snakarmi.me/Blog/Lists/Posts/Post.aspx?ID=25http://www.c-sharpcorner.com/UploadFile/d2ee01/debugging-sharepoint-in-production-environment/ 阅读全文
posted @ 2013-04-17 22:05 zyip 阅读(106) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 69 下一页