Zino54220 Posted April 7, 2015 Share Posted April 7, 2015 Hi everyone, I post this topic because I saw a strange thing in my job... I made a MVC web site with Visual Studio 2013 for my company and I wanted to show Babylon.js potential. So I have a scene which works fine on my IIS express but when the web site is publish on Azure, the presentation loading running, running, running, etc, etc... After many minutes, I stoped the script. In the consol, I have nothing and in my IIS express, the scene loads between 15 and 20 secondes. There is anything to put in .config fle for Azure or else? Thanks ! Quote Link to comment Share on other sites More sharing options...
Temechon Posted April 7, 2015 Share Posted April 7, 2015 You will find a web.config in this : https://github.com/BabylonJS/Samples The babylon official website is on Azure. Maybe it could help ! Quote Link to comment Share on other sites More sharing options...
Zino54220 Posted May 27, 2015 Author Share Posted May 27, 2015 Hi every one, Sorry for my late answer. Temechon had the solution...I had mimeMaps in the system.WebServer's section of the webconfig file and only after that, I could see an error in the consol. about a missing texture... The problem was that a texture of my scene was not include in my visual studio project, so it was not published on Azure! And it works in local because the texture was in the parent folder of the scene. Thank you Temechon ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.