If so - how?
I need to add the following:
mime-type: extension: .unity3d MIME type: application/vnd.unity
mime-type: extension: .unity3d MIME type: application/vnd.unity
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".unity3d" mimeType="application/vnd.unity" />
</staticContent>
</system.webServer>
</configuration>
You must be logged in to post in the forum