clark Posted January 21, 2014 Share Posted January 21, 2014 I know this is a real newbie question. In Visual Studio, You have a big button saying "Google Chrome". Pressing it will launch your Visual Studio project. I believe it opens in IIS Express. So my Project in Visual Studio looks something like this:/js/core.js/js/pixi.dev.js/media/textures/jAtlas.json/index.htmlWhen I run this project. I get this with regard to attempting to load my JSON project:Failed to load resource: the server responded with a status of 404 (Not Found) Pretty much everything fails to load, I have been trying to run my project for 2 days and it is driving me insane.Does anyone know why this is happening? I would appreciate it Quote Link to comment Share on other sites More sharing options...
clark Posted January 22, 2014 Author Share Posted January 22, 2014 Incase anyone runs up against this basic problem:I added this to my Web.Config file. Now I get an error about my sprite sheet not filling the bounds, but atleast no more 404 <system.webServer> <staticContent> <mimeMap fileExtension=".json" mimeType="application/json" /> </staticContent> </system.webServer> 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.