Jump to: navigation, search

Difference between revisions of "HowTo:Install Microsoft IIS"


m (Required roles and features)
 
(6 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
* Microsoft .NET Framework 4
 
* Microsoft .NET Framework 4
 
* Microsoft .NET Framework 3.5
 
* Microsoft .NET Framework 3.5
* Webserver Application Development
+
* Webserver Application Development (make sure that ASP.NET option is enabled)
  
 
and features
 
and features
* HTTP Actication (WCF Services)
+
* HTTP Activation (WCF Services)
  
 
<gallery widths="400" heights="400" >
 
<gallery widths="400" heights="400" >
Line 27: Line 27:
 
File:UI_02_Server_Manager.png|7 - Server Manager
 
File:UI_02_Server_Manager.png|7 - Server Manager
 
</gallery>
 
</gallery>
 +
 +
[[Category:How-To|Install Microsoft IIS]]
 +
[[Category:Installing|Install Microsoft IIS]]
  
 
== Using a virtual server ==
 
== Using a virtual server ==
Line 32: Line 35:
  
 
== See also ==
 
== See also ==
* [[UBIK Web Service]]
+
* [[Web Service]]
* [[Install UBIK Web Service]]
+
* [[HowTo:Configure_Microsoft_IIS_for_UBIK]]
 +
* [[HowTo:Install UBIK Web Service]]
  
[[Category:How-To]]
 
 
[[Category:Installing]]
 
[[Category:Installing]]
 +
[[Category:How-To]]

Latest revision as of 14:31, 16 June 2016

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 (make sure that ASP.NET option is enabled)

and features

  • HTTP Activation (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