Im sure this question has been asked somewhere else but I cannot seem to get my google foo to work today.
here is my directory structure
My problem is that in my css, image urls do not render correctly between localhost and the production server
example 1
works on local host but not production serverbackground:url(../Images/mybackground.jpg)
example 2
works on server but not localhostbackground:url(../Content/Images/mybackground.jpg)
Can someone explain why Example1 does not work on the server?