I was just testing all my build scripts on our build server and hit the IIS app (created using
NantContrib - very handy) and got a Registry Security Error on the web site. I found
this solution
which means modifying the InstallServices.bat so that Visual Studio is
not required to be installed for the Enterprise Libraries to log
properly. The .bat file can be found in the src directory and when run
will install the required dll's etc. without needing to run the
Enterprise Library full install etc.
It seems a bit inconvenient that you need to install this, and why it can't just use the dll's in the web application folder.