Thursday, February 24, 2005 - Posts

New Monad blogger

blog is at http://weblogs.asp.net/arulk/

and already an excellent Monad post of a MSH language quickstart

here are my Monad posts

 

Obscure ASP.NET machine.config settings

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?