What are the steps to enable classic asp to run on a azure shared website. Note not a cloud app or VM which allow RDP but the basic simple website. The Docs on the windowsazure.com state that classic asp is able to run. From research it appears I only need a ServiceDefinition.csdef file and a Startup.cmd file with the correct command in it. Can you advise on the format and location these files need to go in on the server?
I can edit code in place with the new VS-Online "monaco" system so should just creating these two files and restarting the server be enough?