Click here to Skip to main content
15,886,542 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
I've made a new .aspx page with no code behind and discovered the following:

1) If I move the .MP4 file to the root of the website and reference it like this ...

ASP.NET
<video id="embed1" runat="server" width="1280" height="720" autoplay="autoplay" controls="controls" >
  <source src="QA.mp4" type="video/mp4" />
</video>


The video plays correctly.

However, if I mode the video to a subfolder on the website (/Videos) and reference it like this ...

ASP.NET
<video id="embed1" runat="server" width="1280" height="720" autoplay="autoplay" controls="controls" >
  <source src="Videos/QA.mp4" type="video/mp4" />
</video>


The video does not play.

It must be the syntax of the "src" attribute, but what is the correct syntax ? WTF | :WTF:
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 
SuggestionRe: regEx expression help Pin
Richard Deeming12-Sep-16 2:36
mveRichard Deeming12-Sep-16 2:36 
QuestionRun Query based on to other query result in asp Pin
26s11247-Sep-16 4:19
26s11247-Sep-16 4:19 

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.