Free Bug Tracker in .NET - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T12:10:57Zhttp://stackoverflow.com/feeds/question/197125http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/197125/free-bug-tracker-in-net5Free Bug Tracker in .NETRamesh Soni2008-10-13T09:42:01Z2008-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#1971348Answer by John for Free Bug Tracker in .NETJohn2008-10-13T09:46:38Z2008-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#1971461Answer by sh.kamalh for Free Bug Tracker in .NETsh.kamalh2008-10-13T09:53:18Z2008-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#4017150Answer by Slapout for Free Bug Tracker in .NETSlapout2008-12-30T22:27:26Z2008-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#4017271Answer by Martin for Free Bug Tracker in .NETMartin2008-12-30T22:33:22Z2008-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>