Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/arrays/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net mvc Flash Player未安装问题_Asp.net Mvc_Flash - Fatal编程技术网

Asp.net mvc Flash Player未安装问题

Asp.net mvc Flash Player未安装问题,asp.net-mvc,flash,Asp.net Mvc,Flash,我正在做一个项目,在其中一个页面中,我使用了AdobeFlashPlayer组件。当我在服务器上发布该页面时,该页面没有任何问题,但当我想在本地IIS上打开该页面时,会出现一个错误,即未安装Adobe Flash Player 这有多奇怪。 有人在这方面帮我吗 该网站是用Asp.NETMVC5编写的 本地IIS:版本10(windows 10) 服务器IIS:版本10(Windows Server 2015) 浏览器:所有浏览器 已安装用于Chrome的Flash player 更新:我也在本地

我正在做一个项目,在其中一个页面中,我使用了AdobeFlashPlayer组件。当我在服务器上发布该页面时,该页面没有任何问题,但当我想在本地IIS上打开该页面时,会出现一个错误,即未安装Adobe Flash Player

这有多奇怪。 有人在这方面帮我吗

该网站是用Asp.NETMVC5编写的 本地IIS:版本10(windows 10) 服务器IIS:版本10(Windows Server 2015) 浏览器:所有浏览器 已安装用于Chrome的Flash player


更新:我也在本地IIS中设置了SWF和FLV MIME类型

您应该在IIS中正确配置MIME类型

见:


我之前检查过,它没有解决我的问题