Hi there.
UltiDev Cassini does not support virtual folders, but if you are willing to code a little bit to work around the problem, there may be a solution. Depending how you access files in the the virtual sub-folder, you could try one of these two approaches:
1. In the case your app generates links to the files in the "documents" sub-folder, you could register second application pointing to the "C:\Documents". You could either use predetermined port number (4321, for example) so all links would be like http://machinename:4321, or you could
register second application with system-determined port and then use
Cassini Configuration Web Service to find the port assigned to the "Documents" application.
2. In case you open and read files from "c:\documents" programmatically, and all you need virtual folder for is to create easy to use access rights management point and to use MapPath() function, then you could simply open & read files programmatically because unlike IIS, Cassini runs under powerful Local System account that allows access to most files on the file system. As long as you know the path to the file, under Cassini you can just open the file and do whatever you need with it.
Please let us know if this information has helped.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.