Mark Tabor

Mark Tabor

  • 569
  • 1.9k
  • 431.1k

Partial Views changes the references Url of CSS and JS

Oct 1 2016 10:20 AM
I have a simple mvc web application , in which i have a menu like
home,services,contactus when i click the service menu the new service controller invokes and new view opened, and this view have service details and also a read more button , when i click the read more button I want to show the more details like description of that service, all these things are working properly , The issue is that when i click the Readmore linkbutton on service view It loses the Path of my JS and Css , so my _Layout.cshtml having the slider and it did not show the images of that slider just of the Details view of Read more I inspact the issue and check that it loses the path when i inspect the element
<img src="../Images/img/Southport Beach Photo-2.png" title="Southport Beach Photo-2" alt="">
this is correct path but when i hover on img it show the path like that
http://localhost:60553/Service/Images/img/rsz_malibu-2.png Failed to load resource
 
I mean it is looking my CSS JS and images in Service Folder instead of root folder how to fix that  

Answers (8)