How to set the Site-Root Relative Path (for localhost) on IIS on my web application
问题 I create a new Web Site, in localhost, called Example1, on Visual Studio (2008); than if I wrote : <img src="/private_images/club.png" /> the "path" that IIS should consider of should be localhost/Example1/private_images/club.png , but in fact it consider localhost/private_images/club.png . So I should configure out IIS and my application in the right way (for each application). I know I can do it, because, in fact, online (from my hosting) it works as well. How can I do it? Tried this