uriDium
uriDium

Reputation: 13420

Where is the Assembly.cs file in a VS2005 Website project?

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

Answers (1)

AaronS
AaronS

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

Related Questions