PDA

View Full Version : installing BizTalk Server 2006



QUOCDN
01-09-2006, 18:30
In this task, you configure the platform. You must complete the configuration steps before installing BizTalk Server 2006.

Step 1: Install ASP.NET 2.0 to IIS 6.0
In the following procedure you install ASP.NET 2.0 to Microsoft Internet Information Services (IIS) 6.0.
Note
You must install .NET Framework 2.0 before you perform this step. Note You must complete this step for IIS 5.0 on Windows 2000 Server or IIS 5.1 on Windows XP.

Install ASP.NET 2.0 using the ASP.NET IIS Registration Tool. To do this, open a command prompt, browse to %SystemRoot%\Microsoft.NET\Framework\v2.0.50727, and type the following:
aspnet_regiis.exe -iru

Note
If you have BizTalk Server 2004-related virtual directories, you must change the ASP.NET version number manually by using the IIS 6.0 Microsoft Management Console.


Step 2: Configure the BAS Web Site for ASP.NET 2.0
In the following procedure you configure the BAS Web site for ASP.NET 2.0. This step is required only if you installed the BAS feature on BizTalk Server 2004.
1. Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
2. In Internet Information Services (IIS) Manager, expand your server, expand Web Sites, right-click Default Web Site, and then click Properties.
3. In the Default Web Site Properties dialog box, click the ASP.NET tab.
4. In the ASP.NET Version drop-down list, select 2.0.50727.0, and then click OK.
5. Close IIS Manager.
Note
If you have the BAS Web site configured on a Web site other than the Default Web site, then you must configure that Web site for ASP.NET 2.0.

Step 3: Update Windows SharePoint Services to Use ASP.NET 2.0
In the following procedure you update the ASP.NET version used by Windows SharePoint Services 2.0.
1. Use the Windows SharePoint Services Stsadm.exe command-line tool to update the settings in the Web.config file for all sites on http://localhost that use ASP.NET 2.0. To do this, open a command prompt, browse to %System Drive%\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN, and type the following:
STSADM.exe -o upgrade -url http://localhost -forceupgrade

Note
The preceding command line is for updating Windows SharePoint Services 2.0 installed to the Default Web site. If you have BAS configured on a Web site other than the Default Web site, then update the URL in the command line accordingly. For example, if your BAS Web site is running on a Web site with port number 5151, type STSADM.exe -o upgrade -url http://localhost:5151 -forceupgrade.

Step 4: Disable SQL Server Shared Memory Protocol
In the following procedure you disable the SQL Server shared memory protocol.
1.Click Start, point to All Programs, point to Microsoft SQL Server, and then click Client Network Utility.
2.In the SQL Server Client Network Utility, clear Enable shared memory protocol, and then click OK.