ASP.Net running in a custom appdomain -


i'd run asp.net application in custom appdomain, create programmatically. requests must executed within custom appdomain, , not default one.

why ?

the need customize appdomain settings depending on environment. let's application running on dev machine, on production server, in cloud or whatever, need 'intercept' first call create running appdomain needed. , need programmatically : don't want perform configuration on running plateform, code have smart enought adapt itself.

how can detect environment , customization needed not point here.

thanks ideas !

i don't know if can have pages , requests/responses of asp.net application running on different appdomain 1 provided iis.

in iis can configure each application run in different apppool have live that.

there not on net specific request, found one: http://odetocode.com/articles/305.aspx it's introduction.

can't have backend configure business logic components serve requests depending on custom configuration want use regardless web application app domain?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -