Hi,,
Check see whether your server set the permission to create a virtual directory....

try
<%
Path = Server.Mappath("/folder/myfolder")
response.write Path
response.end
%>

check the result for variable Path


Regards,
Mac
Mac