From: Chris Zopers on 30 May 2010 06:30 Hi all, I've got an ASP.NET website that shows video's (mpg format) using the Windows Media Player Active X component (object classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' etcetera). The video's are being send to the client by using the Response.WriteFile method. Everything works fine, except when I use Forms Authentication in the web.config. At that point, the site works great but the video's won't load anymore. The player starts for about 2 seconds and stops again. It seems that the whole mpg file won't be streamed anymore or something. When I debug the code, everything works just fine, no bugs or exceptions. Does anyone recognize this problem or knows a solution for this? Chris. *** Sent via Developersdex http://www.developersdex.com ***
From: Chris Zopers on 31 May 2010 13:53 After long searching the internet I found what causes the problem over here: http://mvolo.com/blogs/serverside/archive/2008/11/16/IIS-7.0-Forms-Authe ntication-and-Embedded-Media-Players.aspx *** Sent via Developersdex http://www.developersdex.com ***
|
Pages: 1 Prev: Visual studio 2008 Next: How can I make my site fill the browser height |