I know I don't have access to the CVS, not sure if anyone would want a mod like this or not, but I've added a few bits to allow the MAP section (from the framework.xml file) to be pulled from the normal ASP.NET web.config
It's nice because it keeps all the app config in one neat place.
I just overloaded several of the init functions to allow them to take an already existing XMLNODE instead of just a filename...
Is that something that'd be worth pushing into the mainline code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know I don't have access to the CVS, not sure if anyone would want a mod like this or not, but I've added a few bits to allow the MAP section (from the framework.xml file) to be pulled from the normal ASP.NET web.config
It's nice because it keeps all the app config in one neat place.
I just overloaded several of the init functions to allow them to take an already existing XMLNODE instead of just a filename...
Is that something that'd be worth pushing into the mainline code?
More flexibility is always a good thing!
Can you submit your changes to the patch tracker? I'll have a look at them and make sure they don't break anything else :-)