Free Bug Tracker in .NET - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T12:10:57Z http://stackoverflow.com/feeds/question/197125 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/197125/free-bug-tracker-in-net 5 Free Bug Tracker in .NET Ramesh Soni 2008-10-13T09:42:01Z 2008-12-30T22:33:22Z <p>Is there any good bug tracker based on .NET which is free?</p> http://stackoverflow.com/questions/197125/free-bug-tracker-in-net/197134#197134 8 Answer by John for Free Bug Tracker in .NET John 2008-10-13T09:46:38Z 2008-10-13T09:46:38Z <p>Two bug trackers I know:</p> <ul> <li><a href="http://www.ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker.NET</a></li> </ul> <blockquote> <p>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).</p> </blockquote> <ul> <li><a href="http://www.bugnetproject.com/" rel="nofollow">BugNET</a></li> </ul> <blockquote> <p>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.</p> </blockquote> http://stackoverflow.com/questions/197125/free-bug-tracker-in-net/197146#197146 1 Answer by sh.kamalh for Free Bug Tracker in .NET sh.kamalh 2008-10-13T09:53:18Z 2008-10-13T09:53:18Z <p>ASP.Net issue tracker is a simple alternative.<br/> You can download it from <a href="http://www.asp.net/downloads/archived/starter-kits/issue-tracker/" rel="nofollow">http://www.asp.net/downloads/archived/starter-kits/issue-tracker/</a></p> http://stackoverflow.com/questions/197125/free-bug-tracker-in-net/401715#401715 0 Answer by Slapout for Free Bug Tracker in .NET Slapout 2008-12-30T22:27:26Z 2008-12-30T22:27:26Z <p>Some commercial ones will let you use them for free if you're just one developer. <a href="http://www.axosoft.com" rel="nofollow">Axosoft</a> will give you a free single user license to their OnTime software. (Although I found it to be overkill for me personally.) <a href="http://www.sourcegear.com/fortress/" rel="nofollow">SourceGear's Fortress</a> issue tracking software is also <a href="http://www.sourcegear.com/faq.html#singleuser" rel="nofollow">free for single users</a>. </p> http://stackoverflow.com/questions/197125/free-bug-tracker-in-net/401727#401727 1 Answer by Martin for Free Bug Tracker in .NET Martin 2008-12-30T22:33:22Z 2008-12-30T22:33:22Z <p><a href="http://countersoft.com/" rel="nofollow">Countersoft</a> offers a free license for up to 5 users for their product <a href="http://countersoft.com/" rel="nofollow">Gemini</a>. I think they also have a free license for open source projects.</p>