A client is looking into redeveloping their classic asp website to MVC4 and hosting on Azure. The problem is that they have a massive suite of classic asp reports that they would like to keep using. They will want to continue adding and amending the classic asp scripts more or less like they do at the moment - which is via ftp.
I know that classic asp can be enabled within Azure. My issue is how in a multi-instance environment can a classic asp developer (with no .NET or Azure knowledge) upload new scripts to Azure without having to upload the whole Azure application. Could he possible upload to blob storage and I could pull the new scripts in to local storage? If that's possible can those scripts be made web accessible?
Many Thanks, Neil