MOSS2007应用于Internet时碰到的问题
摘要:公司一个项目打算基于MOSS2007来开发,经过一段时间的折腾(之前项目组的人都没接触过SPS/WSS),对这个微软现在力推的东东有了初步的认识。在实际应用中碰到了一些问题,虽然问过很多人(国内外的很多SPS专家),但是还不知道怎么解决,现在总结一下:一 性能问题用过SPS的人都知道,访问速度是它的一个硬伤。现在在Internet上的SPS网站,除了展示信息(如中石油等)还没有看到和用户有大量交互...
阅读全文
posted @
2006-11-06 16:41
有些伤感
阅读(2447)
推荐(0)
一周MOSS链接
摘要:ASP.NET 2.0 Webpart Framework & Sharepoint 2007 - Articles and Code and Starter KitSharepoint customization: A Quick Tip Registration WebPart for Forms Authentication SharePoint 2007 sites WSSv3, MOSS...
阅读全文
posted @
2006-10-23 17:53
有些伤感
阅读(576)
推荐(0)
最近一周MOSS的link
摘要:国庆翻译了几篇文章,加上陪老婆,没什么时间看MOSS的文章,今天大概浏览了一下,出了很多新的.在下面随便列一下:Kaneboy 的:SharePoint Server安全工具:Forefront for SharePoint Office SharePoint Server 2007 部署图示指南 MOSS2007的部署再推荐很早看到的一篇 http://liuw.cnblogs.com/arch...
阅读全文
posted @
2006-10-08 14:47
有些伤感
阅读(408)
推荐(0)
How to migrate a SharePoint 2007 application across servers or domains
摘要:http://www.sharepointblogs.com/rrfreeman/archive/2006/09/29/13108.aspx
阅读全文
posted @
2006-09-30 11:23
有些伤感
阅读(332)
推荐(0)
SharePoint 2007 Backup Strategies
摘要:SharePoint 2007 Backup Strategies from http://www.sharepointkicks.com/
阅读全文
posted @
2006-09-28 14:41
有些伤感
阅读(300)
推荐(0)
三篇关于MOSS2007 B2到B2TR 的文章
摘要:一篇是Kaneboy的,SharePoint Server 2007 Beta2 Technical Refresh 安装提示两篇是英文的,SharePoint 2007: Updating WSSv3 Beta 2 to the Beta 2 Technical Refresh http://jopx.blogspot.com/2006/09/installing-wss-30-beta2-tr...
阅读全文
posted @
2006-09-27 08:36
有些伤感
阅读(321)
推荐(0)
Stramit SharePoint Caml Viewer
摘要:http://www.codeplex.com/Wiki/View.aspx?ProjectName=SPCamlViewerYou can download it Caml Viewer 2007 1.0.0.0
阅读全文
posted @
2006-09-25 11:13
有些伤感
阅读(426)
推荐(0)
SharePoint 2003 vs 2007 comparison
摘要:一份Excel文件,包括 Windows SharePoint Services v3 SharePoint Portal Server 2003 Office SharePoint 2007 for Search Office Forms Server 2007 Office SharePoint Server 2007 Standard CAL – MOSS Standard Office S...
阅读全文
posted @
2006-09-25 10:56
有些伤感
阅读(479)
推荐(0)
Office 2007 Object Model Maps
摘要:第一个是InfoPath 2007 Object Model,第二个是WSS 2007 platform's architeturehttp://www.microsoft.com/downloads/details.aspx?FamilyId=771AEB45-9D27-4D1F-ACD1-9B950637D64E&displaylang=en
阅读全文
posted @
2006-09-25 10:15
有些伤感
阅读(537)
推荐(0)
转:探寻SharePoint Services中为开发人员提供的重大改进功能
摘要:http://msdn.microsoft.com/msdnmag/issues/06/07/WSS30Preview/default.aspxhttp://www.microsoft.com/china/MSDN/library/Office/sharepoint/WSS30Preview.mspx?mfr=true
阅读全文
posted @
2006-09-25 08:55
有些伤感
阅读(353)
推荐(0)
Microsoft Office SharePoint Server 2007 Frequently Asked Questions
摘要:http://www.microsoft.com/office/preview/servers/sharepointserver/faq.mspx
阅读全文
posted @
2006-09-23 09:49
有些伤感
阅读(238)
推荐(0)
HOW TO: Troubleshoot development errors in MOSS 2007
摘要:From :Todd Baginski's SharePoint 2003 and MOSS 2007 Blog C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS 你可以在这里看到很详细的信息最后一行是最新的消息,每次iis重起后会产生一个新的文件
阅读全文
posted @
2006-09-23 09:48
有些伤感
阅读(182)
推荐(0)
SharePoint developer tips and tricks
摘要:Here is a post about some great tips for SharePoint Developers. This script will run stsadm to warmup the admin interfaces [and] hit each page in the portal to force their JIT,download it from Warm Up...
阅读全文
posted @
2006-09-23 09:41
有些伤感
阅读(247)
推荐(0)
Some useful links about MOSS 2007 && Sharepoint 2007
摘要:1 BlogSahil Malik Nick Swan Tam TamIshai Sagi Todd BaginskiMike Walsh Xbox 3602 Forumhttp://www.sharepointu.com/forums/forumid_72/tt.htmhttp://forums.microsoft.com/technet/showforum.aspx?forumid=545&...
阅读全文
posted @
2006-09-07 16:08
有些伤感
阅读(419)
推荐(0)
How to Access the DOM(Document Object Model) in MOSS 2007
摘要:Firstly you can get the Document Lib Object from SPList Class.Then use Files.Add method to add a new file.If you want to add some properties to the file, use Properties.Add method.Don't forget use the...
阅读全文
posted @
2006-09-07 15:38
有些伤感
阅读(363)
推荐(0)
How to Create a AD account
摘要:The code is just like: string strPath = "LDAP://OU=,DC=,DC="; DirectoryEntry myDE = new DirectoryEntry(strPath); DirectoryEntry newUser = myDE.Children.Add...
阅读全文
posted @
2006-09-06 15:36
有些伤感
阅读(466)
推荐(0)
How to Create User Webpart for registering on a form-based site
摘要:1 Create a User Control, including a CreateUserWizard control.2 Add the user to a existing vs role, which added to the MOSS site already.3 Using a UserControl Wrapper in the page for adding the user c...
阅读全文
posted @
2006-09-04 16:54
有些伤感
阅读(306)
推荐(0)
How to Add ASP.NET User Controls To Master Pages or Page Layouts
摘要:1. Create a folder in the root of your MOSS web application . 2. Add this folder as a Virtual Directory to your web application using IIS. 3. Copy the .ascx files you want to use into the new folder....
阅读全文
posted @
2006-09-04 16:42
有些伤感
阅读(591)
推荐(0)
How to Change the language of a site template
摘要:I have got the B2 in Chinese!When I migrate the sites we have create in the En(English version) to it, I've run up against a big problem: I can't find the template file in the template gallery that I ...
阅读全文
posted @
2006-09-04 16:36
有些伤感
阅读(264)
推荐(0)