Is it possible to create a virtual folder in IIS from an ASP.NET site?
Sample:
I have a website http://www.example.com/myApp
and from within that application, I want to create http://www.example.com/userfiles123
(and point it to a actual folder somewhere else on the machine)
If not, any other suggestions on how to schedule a "create virtual directory" command from an asp.net page?