上一页 1 ··· 11 12 13 14 15
摘要: This article will show you how to develop custom configuration section handler based on Microsoft Configuration Management Application Block. To create a read/write custom section handler, you must create a class that implements the IconfigurationSectionHandlerWriter interface, which is defined in the Configuration Management Application Block and extends IconfigurationSectionHandler. 阅读全文
posted @ 2004-07-23 08:14 Rickie 阅读(977) 评论(0) 推荐(0) 编辑
摘要: Recently I worked on a .net project, which requires some form of configuration information and needs to store and manipulate the configuration data. In order to resolve this problem, I spent some time exploring the Microsoft Configuration Management Application Block (CMAB). This block provides a more sophisticated approach to configuration management than the inherent ConfigurationSettings capabilities in .Net class library. 阅读全文
posted @ 2004-07-22 09:17 Rickie 阅读(1076) 评论(1) 推荐(0) 编辑
摘要: This web part acts like an ASP.Net label control. You can display a message or any texts on the SharePoint Web page. As a good note, you can enter HTML codes in the displayed label text. For example, Welcome to my blog: www.cnblogs.com Email: rickieleemail@yahoo.com 阅读全文
posted @ 2004-07-20 10:53 Rickie 阅读(750) 评论(0) 推荐(0) 编辑
摘要: When a web part is deployed into production server, the web part displays and works properly, but shows a "ErrorWebPart" error in the web part maintenance page under the Type and "Error" under the title. In the meanwhile, you can't edit the web page in FrontPage 2003 once the web part in installed as it tells the web part is not safe. 阅读全文
posted @ 2004-07-20 07:52 Rickie 阅读(1670) 评论(5) 推荐(0) 编辑
摘要: Code access security is implemented by a series of configuration files, such as machine.config, web.config and customization policy files. 阅读全文
posted @ 2004-07-20 03:25 Rickie 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: When you create any ASP.Net controls in a web part, you should override the CreateChildControls method. In the CreateChildControls method, you will instantiate each control, set its properties, create any necessary event handlers, and add the created child controls to the web part's Controls collection inherited from System.Web.UI.Control. 阅读全文
posted @ 2004-07-20 02:58 Rickie 阅读(719) 评论(0) 推荐(0) 编辑
摘要: This post contains a Calendar Web Part in C# for SharePoint Server and a simple instruction to deploy it on SPS. 阅读全文
posted @ 2004-07-17 05:37 Rickie 阅读(1389) 评论(4) 推荐(0) 编辑
摘要: Web Server Monitor is a utility for monitoring web server status. It's very important to keep our web server stable. When it finds something wrong with web server responses, it will send an exception information to a specified person. In the meanwhile, it records these exception information in the local hard disk. 阅读全文
posted @ 2004-07-16 11:31 Rickie 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: Simply append "?contents=1" to the URL of the page. For example: http://intranet/default.aspx?contents=1 阅读全文
posted @ 2004-07-15 11:04 Rickie 阅读(540) 评论(0) 推荐(0) 编辑
摘要: Multi-thread Web server monitor can be used to monitor Web Server status. It mainly contains the following functions.(1)Check web server status, display web page and HTML source;(2)Log http web respon... 阅读全文
posted @ 2004-07-15 00:54 Rickie 阅读(863) 评论(0) 推荐(0) 编辑
摘要: I've built a SQL Server Monitor(v0.5) tool based on .Net Framework 1.1, which can be used to monitor and kill sql server processes. However, I don't recommend that you kill blocked processes casually. If you think it's necessary to kill it, please check the detailed information of the blocked process at first. 阅读全文
posted @ 2004-07-14 06:29 Rickie 阅读(1641) 评论(7) 推荐(0) 编辑
摘要: stsadm.exe -o createsiteinnewdb -url -ownerlogin -owneremail -databasename -------------------------------------------------------------------------------------------The above comand-line script is u... 阅读全文
posted @ 2004-07-14 03:30 Rickie 阅读(898) 评论(0) 推荐(0) 编辑
摘要: SharePoint has a feature that allows you to dynamically alter the URL of an item depending on how you are accessing the server. For example, on the Internal network, you may access the SharePoint serv... 阅读全文
posted @ 2004-07-14 01:19 Rickie 阅读(687) 评论(0) 推荐(0) 编辑
摘要: Summary: Use Wppackager to package and deploy Web Parts for use with Microsoft SharePoint Products and Technologies. Wppackager is a tool provided for use with Microsoft Windows SharePoint Services, a... 阅读全文
posted @ 2004-07-08 03:32 Rickie 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 1. Create a Cabinet Package(.cab) using Cabinet Manager 2003;The cab package will contain at least web part assembly file, web part description file and manifest.xml.2. Run the following command on th... 阅读全文
posted @ 2004-07-08 02:58 Rickie 阅读(687) 评论(0) 推荐(0) 编辑
摘要: 0. Download and install the Web Part template from msdn.microsoft.com. The template is named WebPartTemplatesForVSNetSample.exe. 1. Create a simple web part in Visual Studio.Net. The project will con... 阅读全文
posted @ 2004-07-08 02:04 Rickie 阅读(1122) 评论(2) 推荐(0) 编辑
摘要: 如何修改WSS站点的主菜单? FP2003可以很方便的添加、修改、删除链接。但为了将页面调整的更加符合需求,有的时候我们需要移动主菜单的位置、显示样式、或者全新建立一个菜单,这种情况下,修改页面模板是一个更好的方法。 #LABEL#" S-Btn-Sel="#LABEL#" S-Btn-Sep=" &... 阅读全文
posted @ 2004-07-02 00:38 Rickie 阅读(858) 评论(0) 推荐(0) 编辑
摘要: It's possible to create a new site directory:1. Go to the Home page2. Click on Modify Settings[Change Settings under Actions]3. Go to the tab where you can set what templates it offers when creating s... 阅读全文
posted @ 2004-06-30 01:45 Rickie 阅读(846) 评论(0) 推荐(0) 编辑
摘要: There are a few steps to achieving this:1. Identify the Category ID for your "Departments" area.2. Modify the underlying .ASPX file3. Add a NEW instance of the control that renders this heirarchy-----... 阅读全文
posted @ 2004-06-30 01:13 Rickie 阅读(900) 评论(0) 推荐(0) 编辑
摘要: Description:The navigation bar on the left section on the default SPPS home page is the Topic area’s category; if you delete the Topics area, the navigation bar will change as the category of Home are... 阅读全文
posted @ 2004-06-30 00:30 Rickie 阅读(766) 评论(2) 推荐(0) 编辑
摘要: Description: This is a no-brainer... I have struggled to figure out how to have my links open in a new browser window and some of the examples I could find out there really looked tough, but thankful... 阅读全文
posted @ 2004-06-29 23:32 Rickie 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Description:Put a Submit Button At the Bottom of a Survey CW asked on microsoft.public.sharepoint.portalserver: " We created a survey in SPS 2003 and my boss wants a submit button at the bottom inste... 阅读全文
posted @ 2004-06-29 23:29 Rickie 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: SharePoint Portal Server-管理匿名访问设置 您可以允许或拒绝对您的门户网站的匿名访问。 若要启用匿名访问,必须首先在 Internet 信息服务 (IIS) 中启用匿名访问。您可以直接为门户网站启用此访问,也可以创建虚拟服务器并为该虚拟服务器启用匿名访问。如果直接为门户网站启用匿名访问,则失去了验证用户的能力,因此建议通过虚拟服务器启用对门户的匿名访问。 在 IIS 中启... 阅读全文
posted @ 2004-06-29 00:09 Rickie 阅读(2561) 评论(1) 推荐(0) 编辑
摘要: You can use the following sql script to monitor sql server processes and connections, whose function is almost the same as SP_Who & SP_Who2. Select spid, uid=RTrim(loginame), program_name=RTrim(prog... 阅读全文
posted @ 2004-06-28 23:55 Rickie 阅读(1662) 评论(0) 推荐(0) 编辑
摘要: How to enable search function of Windows SharePoint Services 阅读全文
posted @ 2004-06-26 03:08 Rickie 阅读(1394) 评论(2) 推荐(0) 编辑
摘要: 1. Install Windows Server 2003 based on NTFS format;2. Install IIS 6.0(1) Click start and select manager your server, a popup windows form will be display;(2) Please note: Uncheck Frontpage server ext... 阅读全文
posted @ 2004-06-26 02:43 Rickie 阅读(717) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15