If the Master Page and child aspx page are in different folders, when the aspx page is served, whether image paths are relative to the location of child page or the Master page?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The child page.
Consider using the ‘~/’ in your path which points to the application root, that way you can set your images in your master page to something like ‘~/images/image_name.png’ without worrying about where the child pages are stored.