I have a windows azure deployment (a web-role) that on request pulls in a pair of video files (mov and mp4) from azure storage into it\'s own local IIS storage, which I then
To configure the mime type, create a new web.config file with this content in the video folder:
This solution works for Azure only, the local project may no longer work. My solutions is to use "Add Config Transform" for the plublication with an empty web.config file for local project:
And when you right click on web.config, select "Add Config Transform":
In the web.Release.config file add this into de configuration tag: