I’m trying to get my webplayer working on my website. Before on my old hosting I just set the permissions chmod to allow everyone to read the webplayer data and execute it. But with my current host I am using asp.net 3.5 and there is no way to set permissions.
I try to play the webplayer and it just loads the page but never loads the game.
I’m using godaddy free hosting and its using IIS7 and Asp.net 3.5.
Actually its not even loading when I debug build too, so maybe its a setup problem? Do you have to make a special execute command in asp.net? i thought just loading the webplayer.html will run the game if its in the same directory as the weplayer.unity3d.
yep <mimeMap fileExtension=".unity3d" mimeType="TYPE/SUBTYPE" /> made it work. Thanks!!
– cj31387