Jump to: navigation, search

Difference between revisions of "HowTo:Install Microsoft IIS"


Line 1: Line 1:
== Installing Microsoft IIS ==
+
Install the necessary server roles and features for an [http://www.iis.net/ Internet Information Server (IIS)] on a [http://www.microsoft.com/de-de/server-cloud/products/windows-server-2012-r2 Microsoft Server 2012].
=== Install server role ===
+
== Install server role ==
 
Start the server manager to install the Internet Information Services (IIS) on Windows Server 2012 by  
 
Start the server manager to install the Internet Information Services (IIS) on Windows Server 2012 by  
 
# Clicking the ''Windows Start'' button, point to ''Administrative Tools'' and choose ''Server Manager''
 
# Clicking the ''Windows Start'' button, point to ''Administrative Tools'' and choose ''Server Manager''
Line 7: Line 7:
 
# Use the ''Add Roles'' wizard to add the web server role
 
# Use the ''Add Roles'' wizard to add the web server role
  
=== Required roles and features ===
+
== Required roles and features ==
 
The ''Add Roles'' wizard installs only the default set of role services, which do not contain all the necessary features required for {{UBIK}} web services. Therefore, additional IIS role services and features, such as Application Development or Health and Diagnostics, needs to be selected in the ''Select Role Services'' page of the wizard.
 
The ''Add Roles'' wizard installs only the default set of role services, which do not contain all the necessary features required for {{UBIK}} web services. Therefore, additional IIS role services and features, such as Application Development or Health and Diagnostics, needs to be selected in the ''Select Role Services'' page of the wizard.
  
Line 28: Line 28:
 
</gallery>
 
</gallery>
  
=== Using a virtual server ===
+
== Using a virtual server ==
 
A physical server with Microsoft Server 2012 can be used as the host system as well as a virtual server. Use Hyper-V to install and operate serveral virtual servers and proceed with the web server installation similar as for a physical server.
 
A physical server with Microsoft Server 2012 can be used as the host system as well as a virtual server. Use Hyper-V to install and operate serveral virtual servers and proceed with the web server installation similar as for a physical server.
  
Line 35: Line 35:
 
* [[Install_UBIK_Web_Service]]
 
* [[Install_UBIK_Web_Service]]
  
 +
[[Category:How-To]]
 
[[Category:Installing]]
 
[[Category:Installing]]

Revision as of 10:03, 5 June 2014

Install the necessary server roles and features for an Internet Information Server (IIS) on a Microsoft Server 2012.

Install server role

Start the server manager to install the Internet Information Services (IIS) on Windows Server 2012 by

  1. Clicking the Windows Start button, point to Administrative Tools and choose Server Manager
  2. Clicking on Roles Summary
  3. Clicking on Add Roles
  4. Use the Add Roles wizard to add the web server role

Required roles and features

The Add Roles wizard installs only the default set of role services, which do not contain all the necessary features required for UBIK® web services. Therefore, additional IIS role services and features, such as Application Development or Health and Diagnostics, needs to be selected in the Select Role Services page of the wizard.

UBIK® web service requires at least the following roles

  • Microsoft .NET Framework 4
  • Microsoft .NET Framework 3.5
  • Webserver Application Development

and features

  • HTTP Actication (WCF Services)

Using a virtual server

A physical server with Microsoft Server 2012 can be used as the host system as well as a virtual server. Use Hyper-V to install and operate serveral virtual servers and proceed with the web server installation similar as for a physical server.

See also