c# - Guidelines for reading from Excel on Windows Azure Web Role -
my requirement have user upload csv or excel file import purposes on web application running on windows azure. there associated excel column field mapping requirement well. environment c#, asp.net, sql server 2010.
i have solution working microsoft access database engine 2010 (link). reasonably confident not fly on windows azure given installer putting registry entries on computer + there security constraints on azure.
any guidelines/help on appropriate solution same on windows azure?
through startup scripts, can modify registry , run msi's (as long they're automated without user input). remember windows azure web , worker roles windows server 2008 sp2 or r2, plus scaffold code called either startup script or roleentrypoint implementation (including onstart()
, start()
).
for more information startup scripts, see here.
Comments
Post a Comment