Microsoft Internet Information Services (IIS) provides a Web application infrastructure for many BizTalk Server features. BizTalk Server requires IIS for the following features:
HTTP adapter
SOAP adapter
Windows SharePoint Services adapter
Secure Sockets Layer (SSL) encryption
BAM Portal
To enable Internet Information Services 7.5
1. Click Start and then click Control Panel.
2. In Control Panel, click Programs and then click Turn Windows features on or off.
3. In the Windows Features dialog box, click Internet Information Services.
4. Expand Internet Information Services. Additional categories of IIS features are displayed. Select Internet Information Services.
5. Expand Web Management Tools and then select IIS 6 Management Compatibility.
6. Expand World Wide Web Services, select Application Development Features, under Security, select Basic Authentication and Windows Authentication. Click Ok
|
Important
The .NET Framework 4 can be installed side-by-side with previous versions of the .NET Framework on a single computer. If IIS was previously enabled on the computer, the setup process for the .NET Framework automatically registers ASP.NET 4 with IIS. However, if you install the .NET Framework 4 before you enable IIS, you must run the ASP.NET IIS Registration tool in order to register the .NET Framework with IIS and create application pools that use the .NET Framework 4. To manually register ASP.NET 4 with IIS, at the command prompt, type the following command and press Enter: %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe /i.
After registering ASP.NET 4, you must ensure that the restriction status of ASP.Net v4.0.30319 is set to Allowed. To check the registration status, follow these steps:
1. Open IIS Manager. In Features View, double-click ISAPI and CGI Restrictions.
2. The restriction status of ASP.Net v4.0.30319 should be set to Allowed. You can change the restriction status by selecting the restriction and clicking Allow or Deny in the Actions pane
3. Click Ok
|