
28 Enterprise Server Installation and Migration Guide
Add Web Server (IIS) Role and ASP.NET Role Service
This only needs to be completed if you intend to use the web browser version of the Silverlight Console
.
10
Add Web Server (IIS) Role and ASP.NET Role Service [ASP.NET Role Service is a component of the Web Server (IIS) Role].
Windows Server 2003 –
http://www.microsoft.com/TechNet/prodtechnol/WindowsServer2003/Library/IIS/750d3137-462c-491d-b6c7-5f370d7f26cd.m
spx?mfr=true
Windows Server 2008 and Windows Server 2008 R2 –
http://learn.iis.net/page.aspx/29/installing-iis-7-on-windows-server-2008-or-windows-server-2008-r2/
Ensure that the following features are configured:
• Common HTTP Features - Static Content, Default Document
• Application Development - .Net Extensibility
To display the current IIS configuration, enter the following powershell command:
Import-Module ServerManager
Get-WindowsFeature > c:\iis-features.txt
The ‘Get-WindowsFeature > c:\iis-features.txt’ command creates a text file with the list.
To change the IIS configuration, enter the following powershell command:
Import-Module ServerManager
Add-WindowsFeature
Web-Server,Web-WebServer,Web-Static-content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-asp-net,We
b-net-ext,web-isapi-ext,web-isapi-filter,web-http-logging,web-request-monitor,web-filtering,web-stat-compression,web-m
gmt-console
Windows Server 2012 R2 –
http://www.iis.net/learn/install/installing-iis-85/installing-iis-85-on-windows-server-2012-r2
Ensure that the following features are configured:
• Common HTTP Features - Static Content, Default Document
• Application Development - .Net Extensibility - Expand the hierarchy, and select ASP .NET 3.5 and 4.5
To display the current IIS configuration, enter the following powershell command:
Import-Module ServerManager
Get-WindowsFeature > c:\iis-features.txt
The ‘Get-WindowsFeature > c:\iis-features.txt’ command creates a text file with the list.
To change the IIS configuration, enter the following powershell command:
Import-Module ServerManager
Add-WindowsFeature
Web-Server,Web-WebServer,Web-Static-content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-asp-net,We
b-net-ext,web-isapi-ext,web-isapi-filter,web-http-logging,web-request-monitor,web-filtering,web-stat-compression,web-m
gmt-console
Commenti su questo manuale