Jump to content

Visual Studio 2013 404 Failed to load Resource


clark
 Share

Recommended Posts

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.html


When 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 :D
 

Link to comment
Share on other sites

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 :D

 

<system.webServer>    <staticContent>      <mimeMap fileExtension=".json" mimeType="application/json" />    </staticContent>  </system.webServer>
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...