Am I missing something?<BR><BR>I've been looking at examples all day of how to auto-include namespaces in the web.config file for our application like this:<BR><BR><BR><configuration> <BR> <system.web> <BR> <compilation> <BR> <namespaces><BR> <add namespace="System.Data" /><BR> <add namespace="System.Data.SqlClient" /><BR> </namespaces> <BR> </compilation> <BR> </system.web><BR><BR><BR>This doesn't work for me, i get Parser Error Message: Unrecognized element for <namespaces> and yet i keep seeing examples of this all over the place. Has this been removed in Version 1? How do I accomplish this?