Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: chart from datatable in asp.net c# Pin
Vincent Maverick Durano27-Sep-16 5:43
professionalVincent Maverick Durano27-Sep-16 5:43 
AnswerRe: chart from datatable in asp.net c# Pin
User 418025425-Sep-16 3:54
User 418025425-Sep-16 3:54 
QuestionWhat is sub domain and its usage Pin
Tridip Bhattacharjee23-Sep-16 2:34
professionalTridip Bhattacharjee23-Sep-16 2:34 
AnswerRe: What is sub domain and its usage Pin
Richard MacCutchan23-Sep-16 4:12
mveRichard MacCutchan23-Sep-16 4:12 
GeneralRe: What is sub domain and its usage Pin
John C Rayan29-Sep-16 1:27
professionalJohn C Rayan29-Sep-16 1:27 
GeneralRe: What is sub domain and its usage Pin
Tridip Bhattacharjee29-Sep-16 4:56
professionalTridip Bhattacharjee29-Sep-16 4:56 
GeneralRe: What is sub domain and its usage Pin
Rajesh Shirsagar30-Sep-16 0:29
Rajesh Shirsagar30-Sep-16 0:29 
QuestionCan't get MP4 video to play on IIS 7.5 Pin
David Mujica21-Sep-16 8:29
David Mujica21-Sep-16 8:29 
The exact same web application is deployed on our IIS 8.5 server and runs correctly.

Here is what is on my .aspx page ....

ASP.NET
<video id="embed1" runat="server" width="1280" height="720" autoplay="autoplay" controls="controls" />

This is what is in my code behind ...

VB
embed1.Attributes("src") = "Videos\" & sVideoName
embed1.Attributes("type") = "video/mp4"


I set the source and type of the HTML5 player in the code behind because the video name is passed as a query string parameter.

On the IIS 7.5 server, I have added the MIME type, ".mp4 video/mp4" and the Windows 2008 R2 server has the "Desktop Experience" feature installed.

What am I missing to get this to work on my IIS 7.5 server ? Confused | :confused:

BTW: I am using IE 11.
AnswerRe: Can't get MP4 video to play on IIS 7.5 Pin
Richard Deeming21-Sep-16 8:58
mveRichard Deeming21-Sep-16 8:58 
GeneralRe: Can't get MP4 video to play on IIS 7.5 Pin
David Mujica22-Sep-16 5:17
David Mujica22-Sep-16 5:17 
AnswerRe: Can't get MP4 video to play on IIS 7.5 Pin
ZurdoDev22-Sep-16 5:27
professionalZurdoDev22-Sep-16 5:27 
GeneralRe: Can't get MP4 video to play on IIS 7.5 Pin
David Mujica22-Sep-16 6:10
David Mujica22-Sep-16 6:10 
AnswerRe: Can't get MP4 video to play on IIS 7.5 Pin
K-SIS2-Oct-16 21:58
K-SIS2-Oct-16 21:58 
QuestionASP.Net MVC: Request.IsAuthenticated getting false after successfully login Pin
Tridip Bhattacharjee20-Sep-16 5:20
professionalTridip Bhattacharjee20-Sep-16 5:20 
AnswerRe: ASP.Net MVC: Request.IsAuthenticated getting false after successfully login Pin
User 384941111-Dec-18 17:07
professionalUser 384941111-Dec-18 17:07 
Questionweb form build options with javascript message Pin
dcof18-Sep-16 4:24
dcof18-Sep-16 4:24 
AnswerRe: web form build options with javascript message Pin
ZurdoDev19-Sep-16 1:18
professionalZurdoDev19-Sep-16 1:18 
QuestionVS2015: Difference between Bootstrap Snippets and Bootstrap Tags Pin
Harakiri198117-Sep-16 7:24
Harakiri198117-Sep-16 7:24 
AnswerRe: VS2015: Difference between Bootstrap Snippets and Bootstrap Tags Pin
Keviniano Gayo19-Sep-16 1:30
Keviniano Gayo19-Sep-16 1:30 
GeneralRe: VS2015: Difference between Bootstrap Snippets and Bootstrap Tags Pin
Harakiri198119-Sep-16 5:20
Harakiri198119-Sep-16 5:20 
GeneralRe: VS2015: Difference between Bootstrap Snippets and Bootstrap Tags Pin
Keviniano Gayo19-Sep-16 6:15
Keviniano Gayo19-Sep-16 6:15 
Questionweb form master page not displaying message Pin
dcof16-Sep-16 15:28
dcof16-Sep-16 15:28 
QuestionregEx expression help Pin
313help9-Sep-16 9:54
313help9-Sep-16 9:54 
AnswerRe: regEx expression help Pin
ZurdoDev9-Sep-16 10:19
professionalZurdoDev9-Sep-16 10:19 
AnswerRe: regEx expression help Pin
Nathan Minier10-Sep-16 2:51
professionalNathan Minier10-Sep-16 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.