Visual Studio 2015 - add new mime type to iis express

To add a new mime type to Visual Studio 2015's IIS Express:



Search for the staticContent section and add a new line:

<mimeMap fileExtension=".myext" mimeType="application/x-something" />

Commenti

Post più popolari