上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 69 下一页
摘要: --1.app_code/a.csusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Security;using System.Security.Principal;using System.IO;using System.Text;using System.Web.UI;namespace ZY{ public class M1 : IHttpModule { public void Dispose() { ... 阅读全文
posted @ 2013-05-21 21:39 zyip 阅读(599) 评论(0) 推荐(0)
摘要: As we all know, SharePoint 2013 has heavy emphasis on client-side programming. Because of this, I have had my eye out for a good jQuery calendar plugin to use with JavaScript. In this post, I’ll show you how to get up and running with theFullCalendarjQuery plugin by Adam Shaw.The sample app will agg 阅读全文
posted @ 2013-05-20 10:27 zyip 阅读(349) 评论(0) 推荐(0)
摘要: 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 阅读(853) 评论(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 阅读(325) 评论(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 阅读(219) 评论(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 阅读(1613) 评论(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 阅读(589) 评论(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 阅读(261) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 69 下一页