windows-itpro-docs/mdop/appv-v4/configuring-iis-for-secure-streaming.md
2019-08-09 13:36:52 -07:00

2.4 KiB
Raw Blame History

title, description, author, ms.assetid, ms.reviewer, manager, ms.author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title description author ms.assetid ms.reviewer manager ms.author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date
Configuring IIS for Secure Streaming Configuring IIS for Secure Streaming dansimp 9a80a703-4642-4bec-b7af-dc7cb6b76925 dansimp dansimp mdop, appcompat, virtualization deploy library w10 08/30/2016

Configuring IIS for Secure Streaming

With the release of Microsoft Application Virtualization (App-V) version 4.5, you can use HTTP and HTTPS as protocols for streaming application packages to the App-V clients. This option enables organizations to leverage the additional scalability that IIS typically offers. When you use IIS as a streaming server, you can help secure the communications between the client and server by using HTTPS instead of HTTP.

Note   If you want to stream applications from a file server, you should enhance the security of the communications to the application packages. This can be achieved using IPsec. For more information see the following topics in the TechNet Library:

MIME Types

When you use IIS to stream virtual applications with HTTP or HTTPS, to support App-V, the following MIME types must be added to the IIS server:

  • .OSD=TXT

  • .SFT=Binary

Use the following KB articles as guidance for adding MIME types:

IIS 6.0: https://go.microsoft.com/fwlink/?LinkId=151973

IIS 7.0: https://go.microsoft.com/fwlink/?LinkId=151977

Kerberos Authentication

When you use HTTP or HTTPS and Kerberos authentication to stream ICO, OSD, or SFT files, you are enhancing the security of your environment. However, for IIS to support Kerberos authentication, you must configure a proper Service Principal Name (SPN). The setspn.exe tool is available for Windows Server 2003 from the Support Tools on the installation CD and is built-in to Windows Server 2008.

To create an SPN, run setspn.exe from a command prompt while logged in as a member of Domain Administrators—for example, setspn.exe A HTTP/FQDN of Server ServerName.

Configuring Management or Streaming Server for Secure Communications Post-Installation