I was able to install the Bugnet about 99%. It runs in VWD 2010 fine, no problems. in fact i ran the install script and everything properly works. i can maneuver around the web site, login etc in it thru VWD running in debug and no errors.
However when run outside the VWD directly in the brower i get the following error:
Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'DocumentHandler
code in error:
<handlers>
However when run outside the VWD directly in the brower i get the following error:
Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'DocumentHandler
code in error:
<handlers>
<add name="DocumentHandler" path="DownloadAttachment.axd" verb="*" type="BugNET.UserInterfaceLayer.DownloadAttachment"
resourceType="Unspecified" preCondition="integratedMode" />
</handlers>
Can someone help on this? :)