views:

44

answers:

1

I am trying to add some assembly info for log4net so that it can have a file watcher. It appears that the website project does not have this file. Does this mean that I am doomed to use the web.config file and that I cannot split out log4net's config and use a file wathcer?

+1  A: 

This file is created for a Web Application project, and not for a web site project.

Comparing Web Site Projects and Web Application Projects

AaronS
So then, what about the second part of my question? How can I get log4net to use its own config file and use a file watcher?
uriDium