The file doesn't matter. Assembly directives don't care which file they
come from. AssemblyInfo.cs or Global.asax.cs are good canidates.
--- Shaun Lipscombe <[EMAIL PROTECTED]> wrote:
> Where can I put [assembly: log4net.Config.XmlConfigurator(Watch =
> true)]
> in an ASP.NET webpage? Ideally I'
Where can I put [assembly: log4net.Config.XmlConfigurator(Watch = true)]
in an ASP.NET webpage? Ideally I'd like to specify this in some place
like the Global.asax so that all my sites will be configured. There is
a <%Assembly %> directive but it only has the attributes src and name so
I'm not su