iis - Unity3D Web Client loading Page error in Windows Server? -
i have developed unity3d 3d walk through , published on web. when uploaded linux server, works fine; however, when uploaded windows server, have problems.
linux server: http://www.mandanemedia.com/staging/unity3d/nus3dwalkthrough/
windows server: http://skqs.nus.edu.sg/medicallibrary3d/
i think what's happening unity3d page not accessible. seek out yourself, go this link, , don't error. however, if go this page, iss error.
i've searched on google seek , find solution:
on iis server, must specify unity3d file allowed sent over.
how it: in web.config file on home directory of iis need configure file allow unity3d file loaded:
<configuration> <system.webserver> <staticcontent> <remove fileextension=".unity3d" /> <mimemap fileextension=".unity3d" mimetype="application/vnd.unity" /> </staticcontent> </system.webserver> </configuration>
further links:
http://forum.unity3d.com/threads/14819-lots-of-customers-experience-invalid-unity-file/page3 deploy unity3d in windows azure http://developer.dynamicweb-cms.com/forum/development/adding-mime-types.aspxand i've got network admin of nus this, below screenshots of server settings:
but issue still exists. appreciate if had ideas on how solve it. thanks!
the issue server windows 2003 , iis6, result method not work in iis6.
through configure iis6 need utilize iis manager user interface in windows server 2003:
go start\administrative tools , run iis manager. right click on server name , select properties. in properties dialog box, click mime types. in mime types dialog box, click new. ithe mime types dialog box, come in next mime type:
extension: .unity3d
mime type: application/vnd.unity
it's done, luck
iis unity3d loading
No comments:
Post a Comment