MP4 video plays on localhost but not after publish
- by teahou
I made a video using Camtasia Studio 8. I added it to my MVC App and ran it on local host, video plays fine. I publish to my local dev web server (windows server 2008), the video will not play. Gives no error. I have tried on chrome and IE11. On chrome I checked the network tab and it says "Status - Cancelled". Do I need to make some changes on the web server settings?
<video width="320" height="240" controls="controls">
<source src="@Url.Content("~/Content/videos/3_Comments_Letters.mp4")" />
</video>