Yesterday I ran into an issue where I opened a large ASP web site in Dreamweaver and right-clicked on an include statement in the code window that looked like: <!– #include virtual="\root\relative\path\to\some.asp"–> Clicking on Open “\root\relative\path\to\some.asp” threw an error dialog that said: C:\path\to\siteroot\root\relative\path\to\\root\relative\path\to\some.asp contains an invalid path. Notice that the “\root\relative\path\to\some.asp” reference from my include [...]