I'm trying to store user controls (ASCX) into Azure Blob (since I need to update them very often).
I use ParseControl. However, it doesn't cause compilation such as PlaceHolder.
Question: Is there anyway I can access file from Blob like Page.LoadControl("MyControl.ascx");
My last option is to write into temporary file if nothing work.
Thank you for your help!