I follow the instructions here -
http://www.iis.net/learn/media/web-playlists/web-playlists-for-iis-serving-media-content-from-user-folders
but when I try to access the play list I get a username popup followed by 401 error.
I've tried creating the impersonation settings at different levels in the folder hierarchy without success, should this matter?
Are there any config settings I need to make to get impersonation working with web playlists?
My end goal is to have Windows Authentication turned on for "WebPlayLists" and use Web Play list impersonation settings to enable access to the video files.
My windows folder structure is
c:\root\RequestId\foldertype\foldercontaining_isx\placename\cameraid\datefolder_containing_wmv\myvideo.wmv
my IIS Application "WebPlayLists" points to c:\root\
The Application pool identity for "WebPlayLists" is set as domain\myuser1 - this user has full control on c:\root
My isx url is http://mysite.com/WebPlayLists/RequestId/FolderType/FolderContaining_isx/myplaylist.isx
I've done a fair bit of fiddling around with configuration settings but have not been successful in getting this right.