【发布时间】:2017-07-03 03:03:19
【问题描述】:
我已经在本地通过 iframe 标签在 asp.net 中链接了一个视频,它可以工作,但是在服务器中部署后它就不行了。需要你的帮助。 在此处输入图片说明
<div style="float:right ; position:relative; top: -145px ; right:8px;">
<table>
<tr>
<td><p align="left"><strong>Where the good ideas come from?</strong></p></td>
</tr>
<tr>
<td> <iframe src="images/videos.mp4" width="280" height="240" align="right"></iframe> </td>
</tr>
</table>
</div>
</div>
【问题讨论】:
-
你能验证视频是否存在于 URL 中吗?
-
它给出了这个错误。错误摘要 HTTP 错误 404.3 - 未找到 由于扩展配置,无法提供您请求的页面。如果页面是脚本,则添加处理程序。如果应该下载文件,请添加 MIME 映射。
-
这意味着视频没有上传到您的服务器。我建议这样做,我不知道你的设置,所以不能说太多。