views:

29

answers:

0

What I am trying to achieve is the following. I would have "main" web worker on Azure the would have to create sub-workers (sub pages). For example, main page would ask for a username. After entered pre-defined .asp page would have been "copied"/published to a new sub directory.

Ff there is www.foo.com and user enteres Joe the main worker would take subfoo.aspx, create "directory" Joe and put there modified subfoo.aspx.

As far as I understand Azure web workers are publishable only from VS as a compiled package so I wonder if this is even possible?

Making this on a hosted VM would have been very simple. Maybe Azure is just not the right choice for this kind of app?

Best regards, Puhek.