Just getting started with DasCommerce. Purchased a Virtual Dedicated server running Windows 2003. installed SQL Server 2005 Express Editionw/ Adv Options and ASP.NET 2.0 along with AJAX extentions as instructed. Setup virtual directory in IIS on default website
went to localhost, and got an IIS error. turned off custom error mode and got this:
could not load file or assembly 'log4net, Version=1.2.10.0,
Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its
dependencies. The system cannot find the file specified.
went to localhost/install/install.aspx as instructe, got the same erorr. I then removed all references to log4net from the web.config file, and then the install forms finally appeared. I ran the configuration to set up my database without any future errors.
My question is if I leave these web.config files out and will the site still function as normal, or will I get runtime errors when a page is trying to access log4net. What does log4net do on the site (logging error messages somewhere I presume)? Preferably, I'd like instructions for how to enable log4net so I can keep it's function without causing errors.
Thanks in advance,
- Jason