Installing the SharePoint Services
Saturday, April 17, 2010
Although SharePoint Services are designed to be easy to use, it is a bit of a task of installing and fixing the initial server configuration. Fortunately, this is a work at once. To begin, you must first download the Microsoft SharePoint Services. You can get http://www.microsoft.com/windowsserver2003/technologies/sharepoint/default.mspx SharePoint Services download is a 34 MB self extracting, executable file.
To install SharePoint Services, download the file STSV2.EXE to an empty folder and double click it. This will cause Windows to decompress the contents of the file and start the setup program. When the installation wizard starts, accept the license agreement and click Next to continue. The next screen prompts you to perform a typical installation or if you prefer to create a server farm. For demonstration purposes, select the Typical installation option and click Next. Setup will now confirm that you are about to install the SharePoint Services and the destination drive has enough free space. Click the Install button to begin installing the necessary files
As the installation progresses, you might notice a message indicating that Setup is the configuration of Microsoft SQL Desktop Engine. Windows SharePoint Services rely on SQL Server. As we all know, however, SQL Server can be expensive. To help make the services of SharePoint (and other applications) more affordable, Microsoft has included a watered down version of SQL Server in Windows Server 2003. It is called Microsoft SQL Desktop Engine or MSDE. If no SQL Server installed on the server before you install Windows SharePoint Services, the installation program automatically configures SharePoint Services to use MSDE. Although it works well enough MSDE, SQL Server provides much better performance in environments where more than five people will be using the Windows SharePoint Services at the same time.
0 comments:
Website Updates
-
Software Testing : An Overview of Framework Engineering - [image: Software Testing : An Overview of Framework Engineering] Framework engineering is something which has been comprises of so many things in order t...2 months ago
-
Upload files to SharePoint Doc Library from ASP.NET - [image: Upload files to SharePoint Doc Library from ASP.NET] Here is the custom code to upload files to SharePoint doc library from ASP.NET. You could us...3 months ago
-
Calculate Maximum of two Int – Decimal - long Numbers in C# | Math.Max() - C# provide a math function to calculate max of two numbers, This function have overloaded functions for long, int, float, decimal, short etc. if you fac...6 months ago
-
Can we have Non Abstract Method in Abstract Class in C# - Yes, you can have non abstract methods in abstract class. Along with non abstract methods you can also have abstract methods in abstract class. You can ...8 months ago
-
How to Use CAML Query to get Data from SharePoint 2007 List - All I wanted was to get some information from a simple list of products in SharePoint 2007. The list was pretty simple with two colomns "Product" and "Co...1 year ago