Is there any good bug tracker based on .NET which is free?
4 Answers
Two bug trackers I know:
BugTracker.NET is a free, open-source, web-based bug tracker or customer support issue tracker written using ASP.NET, C#, and Microsoft SQL Server (or its free cousin, SQL Server Express).
BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.

- 16,758
- 13
- 62
- 88
-
2+1 for BugNET! What a great project. – mattmc3 Jun 07 '12 at 19:18
-
http://www.bugnetproject.com/ not found – Kiquenet Mar 06 '17 at 20:01
-
1Found it at https://github.com/dubeaud/bugnet – Druid Apr 02 '17 at 22:17
-
BugNet now is off – nim May 24 '17 at 12:36
-
1I tried to use BugNet recently.. lots of missing files.. things haven't been very easy to deploy and implement. When I got things to where I wanted to be, there were essential stored procs that weren't included in the system so I had to give up. It looked great, but unfortunately it hasn't been updated and it's plagued with a lot of open issues that aren't being addressed. – sksallaj Jan 17 '19 at 02:45
Countersoft offers a free license for up to 5 users for their product Gemini. I think they also have a free license for open source projects.

- 94,805
- 45
- 217
- 260
ASP.Net issue tracker is a simple alternative.
You can download it from http://www.asp.net/downloads/archived/starter-kits/issue-tracker/

- 3,853
- 4
- 38
- 50
Some commercial ones will let you use them for free if you're just one developer. Axosoft will give you a free single user license to their OnTime software. (Although I found it to be overkill for me personally.) SourceGear's Fortress issue tracking software is also free for single users.

- 3,759
- 5
- 40
- 61