Friday, June 24, 2011

SharePoint Vocabulary: Part 5

Resetting IIS
Reset IIS, or Internet Information Services--the Web server that Microsoft uses to host SharePoint. This is because configuration changes need to occur before the product can work, but the changes can't happen until IIS is reset.

There are a couple of places where you can reset IIS. The easiest way, in my opinion, is to go to Start, and in the search box that reads Search programs and files, type cmd and hit Enter. At the prompt where your cursor is, type iisreset and hit Enter. IIS automatically stops and restarts.

If you're feeling fancy (and if you have the appropriate level of administrator permissions), you can reset IIS through IIS Manager. How you access IIS Manager depends on your versions of IIS and your operating system. I found this article on IIS Manager on msdn.microsoft.com to be helpful.

IIS 7.0, Windows Server 2008: To access IIS Manager, select Start > All Programs > Accessories > Run. In the Run text box, type control panel and click OK. Click Classic View. Double-click Administrative Tools > Internet Information Services.
IIS 5.0 and 6.0, Windows XP Professional: From the Start menu, click the Control Panel. Switch to Classic View. Double-click Administrative Tools > Internet Service Manager.
IIS 5.0 and 6.0, Windows Server 2003: From the Start menu, select Administrative Tools > Internet Information Services (IIS) Manager.
IIS 5.0 and 6.0, Windows Server 2000: Select Start > Applications > Administrative Tools > Internet Service Manager.
World Wide Web Publishing Service (WWWPS)
The WWWPS lets your operating system act as a Web server. It works with IIS. Sometimes you might have to stop and start the WWWPS, like when you're upgrading to a newer version of PM Central. This is because the upgrade process replaces DLLs on the server, but if the WWWPS is on, the files are locked, and they can't be replaced during the upgrade process.

To start or stop the World Wide Web Publishing Service, you'll need the proper administrative-level permissions. Go to the Start menu and select Administrative Tools > Services. Scroll down until you see World Wide Web Publishing Service.

You can stop or start the service two ways:

Select World Wide Web Publishing Service, then scroll back up to the top and select Stop or Start the service from the options on the left.
Right-click on World Wide Web Publishing Service, then select Stop or Start.
Error Log
All of Bamboo's products have an error log. The error log is pretty self explanatory: it's where you can look for errors or problems that occurred while you were installing or configuring a product so that you can troubleshoot the problems. The error log is located on the SharePoint server in :\WINDOWS\Temp\BambooSolutions\bsc_bamboo_%processid.log.

Event Viewer
The event viewer stores information about events from the programs on your computer. The event viewer can help you troubleshoot problems or check recent updates. This article goes into more detail about what information is stored in the event viewer.

There are two ways to access the event viewer:

Selecting Start, right-clicking on My Computer, and selecting Manage > Event Viewer.
If you have Windows 7: Go to Start > Control Panel > System and Security > Administrative Settings. Double-click Event Viewer.
If you have Windows XP: Select Start > Control Panel > Performance and Maintenance > Administrative Tools. Double-click Event Viewer.
Web Page Security Validation
Web Page Security Validation puts a time limit on Web pages that are on SharePoint Services Web site when users submit information to the server. This helps improves security.

Some of Bamboo's products use Microsoft AJAX extensions, which let you do things like zoom in and out on a page or select an option from a drop-down menu. Web Page Security Validation needs to be turned on for the AJAX extensions for the product to work.

Web Page Security Validation is located in SharePoint Central Administration > Application Management > Web Application General Settings. Then scroll down the page until you see Web Page Security Validation.

No comments:

Post a Comment