I've just transferred the websites on my old development machine to my new one using the Web Deployment Tool (which did Ok but didn't work perfectly).

I'm starting work on one of the web application that runs off the root of the Default Web Site. Seemed to be running OK at first but I'm adding some links in to images in a couple of location (one set in application subdir, another in a virtual directory below the application), but I'm having a problem where a relative path (i.e. /images/myimage.png) is not being linked in correctly:

Rendered url should be:

//MyServer/MySite/Images/MyImage.png

Actually rendered as:

//MyServer/Images/MyImage.png

It is as if the server doesn't recognise the application, but the application is configured as an application and the Global.asa is being read (i.e. DB connections, application variables etc)

I'm guess that this is a quirk of the Web Deployment Tool... Anyone any idea what I need to do to achieve the expected behaviour?

link|improve this question

60% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.