I tried to install BugNET on IIS7 with .net 4.5
It keeps showing
The configuration section \'uri\' cannot be read because it is missing a s
It turns out it does mean it is missing a section declaration.
I just add
inside of
Then it works fine.