from MSDN
| pageBaseType |
|
Specifies a code-behind class that .aspx pages inherit by default. |
| userControlBaseType |
|
Specifies a code-behind class that user controls inherit by default. |
Does this mean that the server admin e.g. ISP could force all pages served to derive from the set basepage class?
Anybody tried it?