I m about to create a small web app on Asp.Net 3.5. Thought this time maybe I should try using Backbone.js.. Is it practical/easy to implement? I ve just spent the whole day trying to set up a WCF Service to return Json without positive results. I would love to hear the best path for implementation from someone who has already used Backbone.js with Asp.Net. Alternatively I would love to hear of alternatives that are easy to integrate with Asp.Net.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...