Thank you Michael. My stupid response: I didn't realize this was possible.
It sounds like an excellent solution.
But what defines the "globalness" of the global web.config? In other words,
what contents in that global web.config file raise the "It is an error to
use a
section registered as allowDefinition = 'MachineToApplication'" error? What
declarative markup should I +not+ put in subordinate, non-global,
per-project web.config files?
If there is good documentation on the right way to structure multi-project
solutions, it would be great if someone could point me to them, many
thanks. I've been working in various ways with ASP.NET for more than two
years, and the "right" arrangement of projects in a solution has only
recently become clearer to me. For people who did not come into VS.NET
through a traditional developer background, the metaphors aren't intuitive.
Some folks are apt to analogize to the file management typical of a tool
like Dreamweaver. As they try to organize bigger sites and collections of
applications in the context of common code (e.g. my ORM classes) they will
unwittingly make some suboptimum choices, as I have.
-KF
> Hello kenfine@nospam.nospam,
>
[quoted text clipped - 15 lines]
>> web.config files leading to the error: "It is an error to use a
>> section registered as allowDefinition = 'MachineToApplication'"...
Michael Nemtsev - 14 Jun 2007 10:25 GMT
Hello kenfine@nospam.nospam,
> But what defines the "globalness" of the global web.config? In other
> words, what contents in that global web.config file raise the "It is an
error
> to use a section registered as allowDefinition = 'MachineToApplication'"
> error? What declarative markup should I +not+ put in subordinate, non-global,
> per-project web.config files?
have u tried to search this error ?
see ther http://search.live.com/results.aspx?srch=105&FORM=IE7RE&q=It+is+an+error+to+use+
a+section+registered+as+allowDefinition
> If there is good documentation on the right way to structure
> multi-project solutions, it would be great if someone could point me
> to them, many thanks.
See there http://msdn2.microsoft.com/en-us/library/aa302436.aspx
and there http://support.microsoft.com/kb/815174
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
>> Hello kenfine@nospam.nospam,
>>
[quoted text clipped - 16 lines]
>>> use a section registered as allowDefinition =
>>> 'MachineToApplication'"...