Reputation: 13420
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?
Upvotes: 0
Views: 135
Reputation: 7703
This file is created for a Web Application project, and not for a web site project.
Comparing Web Site Projects and Web Application Projects
Upvotes: 1