I have a web application using IIS 7.0 and VS 2008. In my HTML, I am referencing an image as so <a href="/test.aspx">Test</a>. When I launch the website in debug mode, the link is pointing to " when it should be " I want the root to be " but it is just being seen as " The physical path of my website is in "C:" and a virtual directory for this site exists in " Please help, I have not idea what is wrong. Thanks!