I am in the need to create sub-folders within another website on the same server as the requesting website. How do I go about doing this?
I have tried Server.MapPath(path) but it is creating the folder within the current website.
I.E.:
websiteA on server 123 needs to create a directory within websiteB on server123.
Please help