Re: How to make assembly directive in ASP.NET site.

2006-07-04 Thread Ron Grabowski
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'

How to make assembly directive in ASP.NET site.

2006-07-04 Thread Shaun Lipscombe
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