22

Is there any good bug tracker based on .NET which is free?

4 Answers 4

36

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.

5
  • 2
    +1 for BugNET! What a great project.
    – mattmc3
    Jun 7, 2012 at 19:18
  • bugnetproject.com not found
    – Kiquenet
    Mar 6, 2017 at 20:01
  • 1
    Found it at github.com/dubeaud/bugnet
    – Druid
    Apr 2, 2017 at 22:17
  • BugNet now is off
    – nim
    May 24, 2017 at 12:36
  • 1
    I 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, 2019 at 2:45
4

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.

1

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

0

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.

Not the answer you're looking for? Browse other questions tagged or ask your own question.