Enable Internet Information Services - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier

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

  • HTTPS binding encryption

  • BAM Portal

To enable Internet Information Services 7.5:

  1. Click Start, point to Administrative Tools and then click Server Manager.
  2. In Roles Summary, click Add Roles.
  3. On the Before You Begin screen, click Next.
  4. On the Select Server Roles screen, click Web Server (IIS).
  5. If prompted, click Add Required Features, and then click Next.
  6. Review the information on the Web Server (IIS) screen, and then click Next.
  7. On the Select Roles Services screen, in addition to the default values, select Application Development, and then click Add Required Features.
  8. Under Security, select Basic Authentication and Windows Authentication.
  9. Under Management Tools, select IIS 6 Management Compatibility, and then click Next.
  10. Review the information on the Confirm Installation Selections screen, and then click Install.
  11. On the Installation Results screen, click Close.
    Note:

    .NET Framework 4 can be installed side-by-side with previous versions of .NET Framework on a single computer. If IIS was previously enabled on the computer, the setup process for .NET Framework automatically registers ASP.NET 4 with IIS. However, if you install .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 .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.