I have recently been trying to install TargetProcess on my windows 7 machine.
I have gotten so far as to successfully install it while running IIS and an SQLEXPRESS instance. when I point my web browser at the index page there is an error in the config file.
Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'Reroute-x32-2.0'
Can anyone advise on how best to proceed?
thanks
Kevin
Sounds like an error (duplicate entry) in the site’s web.config file. Have a look through the web.config or machine.config, look for something like
Don’t forget that config files are hierarchical, so you might have this entry in one config, and inadvertantly added it to another config file higher up in the IIS folder hierarchy (or machine.config).