views:

159

answers:

2

Hi Guys,

Just wondering if anyone has had any experience using MS Azure and the Enterprise Library? I can't seem to find any articles on this and hoping (really hoping) someone has some ?

Thanks,

T.

A: 

Enterprise Library is big... which part were you particularly interested in?

In general, you won't have any problems, since Azure now supports full trust. However, some parts won't really make sense... for example, you can't use Enterprise Logging to log to a "C:\MyLog.txt", since you won't be able to log anything to a "local drive" in the cloud. Perhaps you could write a logging provider to Azure table storage however, for example.

ChrisW
A: 

I'm particularly keen on creating an external source in Cloud Storage perhaps for the ent lib configuration, so that I can, for example switch logging filters on and off without having to redeploy my app which I would have to if if was in web.config

Any thoughts on that would be useful cheers Colin

Kindo Malay