上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 续上一篇随笔:Upgrade site collection from SP2010 to SP2013(Part 1)Create a web application which can't include any site collection in order to let it as our... 阅读全文
posted @ 2015-05-29 11:26 KenmuHuang 阅读(386) 评论(0) 推荐(0)
摘要: 关于如何升级SharePoint 2010 的网站集到SharePoint 2013;由于篇幅截图较长,这里分为4篇随笔来记录。内容来自于:个人的工作经验总结记录时间:2013年12月31日Description: The help document about upgrade site colle... 阅读全文
posted @ 2015-05-29 11:01 KenmuHuang 阅读(541) 评论(0) 推荐(0)
摘要: 使用名称为“NT AUTHORITY\Authenticated Users” 阅读全文
posted @ 2015-05-29 01:01 KenmuHuang 阅读(190) 评论(0) 推荐(0)
摘要: 在新的Farm(场)里,创建一个新的Web Application(网站应用程序),不需要创建Site Collection(网站集)Copy(复制)自定义开发的WSP包到新的Farm Server(场服务器)上,使用PowerShell进行Deploy(部署)Copy(复制)网站下的web.con... 阅读全文
posted @ 2015-05-29 00:58 KenmuHuang 阅读(1287) 评论(0) 推荐(0)
摘要: 默认是250MB,最大一次上传文件不超过2GThe defaut size is 250MB and maximun upload size is 2047MB. It's can't greater than 2048MB(2G). 阅读全文
posted @ 2015-05-29 00:55 KenmuHuang 阅读(2401) 评论(0) 推荐(0)
摘要: 通过IP访问SharePoint站点,出现“The Web application athttp://172.21.19.132:1000could not be found....”如下错误:解决方式,是配置交替访问映射(Configure alternate access mappings),如... 阅读全文
posted @ 2015-05-29 00:53 KenmuHuang 阅读(482) 评论(0) 推荐(0)
摘要: 日历重合 (Calendars Overlay)的用途就是将 不多于10个日历或日历视图聚集在一个日历视图中显示,并且可以用不同颜色区分来自不同日历或日历视图的事件。1、首先创建一个List View,名称为“ColorCalendar”,Filter中设置根据“Category”值为空过滤数据;此... 阅读全文
posted @ 2015-05-29 00:47 KenmuHuang 阅读(480) 评论(0) 推荐(0)
摘要: 在SharePoint 2007和2010中,自定义dll存放在“C:\Windows\assembly\”文件夹中,在Windows资源管理器中可以看到。但在Sharepoint 2013中,却无法在“C:\Windows\assembly\”中看到,百思不得其解。原来SharePoint 201... 阅读全文
posted @ 2015-05-29 00:40 KenmuHuang 阅读(355) 评论(0) 推荐(0)
摘要: 一、首先设置IIS中的Web.config文件找到对应的IIS应用程序目录,如:C:\inetpub\wwwroot\wss\VirtualDirectories\3000在此文件夹下包含一个web.config文件,打开找到标签,改为;然后找到改为2.2%Program Files%\Common... 阅读全文
posted @ 2015-05-29 00:38 KenmuHuang 阅读(317) 评论(0) 推荐(0)
摘要: SharePoint 2013已经安装好了,接下来就是配置开发环境,安装VS2012,但是装好以后,发现没有SharePoint 2013开发的支持,如下图:VS2012对SharePoint 2013支持,需要装VS插件。先要安装Microsoft Web PlatForm Install 4.0... 阅读全文
posted @ 2015-05-29 00:36 KenmuHuang 阅读(235) 评论(0) 推荐(0)
摘要: I have created one simple workflow on custom list using SharePoint designer 2013.While designing workflow, I have unchecked the “Allow this workflow t... 阅读全文
posted @ 2015-05-29 00:24 KenmuHuang 阅读(401) 评论(0) 推荐(0)
摘要: 问题:(1)提示“reload the page and then start the workflow”错误(2)提示“Unable to properly communicate with the workflow service”异常解决方式:确保以下Services正常启动,可以在运行“Se... 阅读全文
posted @ 2015-05-29 00:21 KenmuHuang 阅读(605) 评论(0) 推荐(0)
摘要: 2012年的一篇随笔记录,可以学习到如何自定义HttpModule,而具体里面针对需求开发的代码,可能未必能让大伙了解到什么,可快速扫描而过。 1 using System; 2 using System.Web; 3 4 using System.Configuration; 5 u... 阅读全文
posted @ 2015-05-29 00:08 KenmuHuang 阅读(1625) 评论(0) 推荐(0)
摘要: 具体请求的登录验证页面后台逻辑处理,这里我们忽略,不在我们的学习范围内;关键的是使用jQuery异步请求方法,如下例子: 1 2 3 4 5 6 7 8 9 10 11 12 14 16 17 ... 阅读全文
posted @ 2015-05-28 23:58 KenmuHuang 阅读(615) 评论(0) 推荐(0)
摘要: 文件操作应用场景:如果你的.NET项目是运行在SharePoint服务器上的,你可以直接使用SharePoint服务器端对象模型,用SPFileCollection.Add方法http://msdn.microsoft.com/zh-cn/library/ms454491%28office.12%2... 阅读全文
posted @ 2015-05-28 23:20 KenmuHuang 阅读(5128) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 下一页
如果您看完本篇博文,觉得对您有所收获,请点击右下角的 [推荐]
如果您想转载,请注明出处(原创内容,请尊重个人劳动成果)
如果您有任何意见或建议,欢迎留言
感谢您的阅读,敬请关注我的后续博客文章