English 中文(简体)
视窗-未知(mp4)
原标题:Windows Azure - Serve unknown (mp4) MIME types in Windows Azure IIS storage

我有一个窗户(一个网路段),根据要求,从粪便储存到自己的当地IIS储存库,从录像文件(移动和交响4)上拉,然后通过浏览器进入。

这可能是sil的,但我有很好的理由这样做。

不幸的是,我无法查阅4号诉状。 摘除是罚款,但第4号声明给我“404 - 档案或目录”。

我对此进行了研究,这似乎是因为国际独立调查局不会归还不知名的档案类型,而第4号申请必须属于这一类别。 如果是普通的IIS服务器,我就能够登记4兆米的类型,但我不知道如何在Windows上做到这一点。

我可以人工操作,但这不是实际的,因为角色常常被取代,意味着我需要每次人工再做。 它必须通过一个集束文档或法典进行。

谁能帮助?

感谢!

Steven

最佳回答

您不能在网上添加习惯。 混淆? 我仅谈这一联系:

http://www.iis.net/ConfigReference/system.webServer/staticContent/mimeMap

The relevant web.config xml is:

<configuration>
   <system.webServer>
      <staticContent>
         <mimeMap fileExtension=".syx" mimeType="application/octet-stream" />
         <mimeMap fileExtension=".tab" mimeType="text/plain" />
      </staticContent>
   </system.webServer>
</configuration>

希望这一帮助。

问题回答

For the answer to the specific question about playing videos in MIME Type of MP4.

https://stackoverflow.com/a/55655901/7988162> 页: 1





相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签