<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/btnet/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/btnet/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 20 Jun 2023 08:52:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/btnet/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>SSO login Implementation in Bug tracker latest code</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/42ebd1015e/?limit=25#ccce</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please share the details to implement SSO login in the latest bugtracker code.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohan</dc:creator><pubDate>Tue, 20 Jun 2023 08:52:39 -0000</pubDate><guid>https://sourceforge.netbdcf8bd49497f836590a05c136156f036a753b4d</guid></item><item><title>I've setup the latest BugTracker .Net, but under Window server 2016  I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues?</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/f5d673be5c/?limit=25#6286</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please share the resoluton as soon as possible&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohan</dc:creator><pubDate>Wed, 31 May 2023 06:58:03 -0000</pubDate><guid>https://sourceforge.net830b2e68a5904962ec078d587307f3d7a886a726</guid></item><item><title>I've setup the latest BugTracker .Net, but under Window server 2016  I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues?</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/f5d673be5c/?limit=25#b277</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please share the resoluton as soon as possible&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohan</dc:creator><pubDate>Wed, 24 May 2023 07:35:58 -0000</pubDate><guid>https://sourceforge.net7f5d234ea824a4f18c0621db906fd81b23bd06c5</guid></item><item><title>I've setup the latest BugTracker .Net, but under Window server 2016  I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues?</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/f5d673be5c/?limit=25#05dc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've setup the latest BugTracker .Net, but under Window server 2016  I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues?&lt;/p&gt;
&lt;p&gt;select us_username, us_id, us_password, isnull(us_salt,0) us_salt, us_active&lt;br/&gt;
from users&lt;br/&gt;
where us_username = N'&amp;lt;userid&amp;gt;'&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; elapsed millseconds:0004&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; sql=&lt;br/&gt;
update users set us_most_recent_login_datetime = getdate() where us_id = 1&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; sql=&lt;br/&gt;
select us_id from users where us_username = N'admin'&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; elapsed millseconds:0002&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; guid=e4ffc9b8-5a01-47d5-8402-3a34a86eb6ef&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; sql=&lt;br/&gt;
insert into sessions (se_id, se_user) values('e4ffc9b8-5a01-47d5-8402-3a34a86eb6ef', 1)&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx" rel="nofollow"&gt;http://sandbox/asp/default.aspx&lt;/a&gt; AppPath:/asp&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/bugs.aspx" rel="nofollow"&gt;http://sandbox/asp/bugs.aspx&lt;/a&gt; se_id cookie is null, so redirecting&lt;br/&gt;
2010-06-25 12:06:11 &lt;a href="http://sandbox/asp/default.aspx?url=/asp/bugs.aspx&amp;amp;qs=" rel="nofollow"&gt;http://sandbox/asp/default.aspx?url=/asp/bugs.aspx&amp;amp;qs=&lt;/a&gt; sql=&lt;br/&gt;
select count(1) from users&amp;lt;/userid&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohan</dc:creator><pubDate>Wed, 24 May 2023 07:34:40 -0000</pubDate><guid>https://sourceforge.neta8081ff0f97c6a5c9d4bd80a6decc079a376a4cc</guid></item><item><title>Creation of new projects</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/a88dd93e1a/?limit=25#3323</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;no one?&lt;br/&gt;
Seems if I edit the defauilt M&amp;amp;P project title it changes by default as well wyhen creating an issue.&lt;br/&gt;
So if i change the M&amp;amp;P to PL1 or PL2 i have another project, but that's not the goal.&lt;br/&gt;
In the end I just want a drop down list to select M&amp;amp;P, PL1 or PL2 without having M&amp;amp;P as fixed value.&lt;br/&gt;
Is this something which needs to happen in the code or something i am doing wrong on my side?&lt;br/&gt;
Thank you for your support!&lt;br/&gt;
Cheers&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pieterjan POELAERT</dc:creator><pubDate>Thu, 11 May 2023 11:08:28 -0000</pubDate><guid>https://sourceforge.netd4855f162b2cca76a3444de7e220b38868ebdf84</guid></item><item><title>Creation of new projects</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/a88dd93e1a/?limit=25#e16c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;We are creating some new projects but can't see it in the drop down menu (see screenshots). &lt;br/&gt;
The problem i'm facing is that when creating a new issue, i can't select the new project from the drop down menu. What am i doing wrong? I'm a total beginner in this so please excuse my questions.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br/&gt;
Pieterjan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pieterjan POELAERT</dc:creator><pubDate>Tue, 02 May 2023 07:54:19 -0000</pubDate><guid>https://sourceforge.neta0ffe7264471308cc0804a4338afa0eb11d1016c</guid></item><item><title>Deleting Users</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/2f0071bbab/?limit=25#0d0a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is my first experience with BugTracker, since I was recently hired into the organization.  When reviewing tickets, there are a number of users who have left the organization and I am unable to delete them unless I individually (it appears) delete every ticket they were ever assigned.  Is there a way to mass delete these tickets so I can delete the user, etc...  Thanks for your help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Holdren</dc:creator><pubDate>Sat, 12 Nov 2022 01:49:52 -0000</pubDate><guid>https://sourceforge.netd729f8a53c8cf33c0c1d227e844500ae0d4723b3</guid></item><item><title>Connection failed due to transport flow termination</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/7f925dc495/?limit=25#c3bf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi everyone, we were able to find a work around without changing the code.&lt;br/&gt;
You can read the below article. Option 2 worked for us. I hope this helps some other people.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365" rel="nofollow"&gt;https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Warrickg</dc:creator><pubDate>Fri, 18 Feb 2022 13:10:59 -0000</pubDate><guid>https://sourceforge.net1e1a14bd99ef659c22757ae562b70ef79c352db5</guid></item><item><title>Connection failed due to transport flow termination</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/7f925dc495/?limit=25#798a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think this is a clue to the problem: &lt;a href="https://blog.gigamon.com/2021/07/14/what-is-tls-1-2-and-why-should-you-still-care/" rel="nofollow"&gt;https://blog.gigamon.com/2021/07/14/what-is-tls-1-2-and-why-should-you-still-care/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Your solution, adding that line, makes sense.   You have BugTracker.NET source code - you can just add it yourself (but I'm not sure where).  I'm currently not set up to really test things.  If you figure out where to add it, can you let me know?&lt;/p&gt;
&lt;p&gt;I've been using an old cable modem with an admin website on it.  The last time I tried to visit that website the browsers said they couldn't connect, because they've dropped support for older unsafer TLS protocols, I guess, if understand correctly.&lt;/p&gt;
&lt;p&gt;So.... the world moves forward and BugTracker.NET slowly decays.  class Asp.NET itself is no longer being invested in by MS.  Now it's dotnet core. During some of the covid lockdown I did play around with rewriting BugTracker.NET for dotnet core: &lt;a href="https://github.com/ctrager/budoco" rel="nofollow"&gt;https://github.com/ctrager/budoco&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey Trager</dc:creator><pubDate>Thu, 17 Feb 2022 02:25:10 -0000</pubDate><guid>https://sourceforge.net3db6a455e48a8915548194ea5a542188039e7a85</guid></item><item><title>Connection failed due to transport flow termination</title><link>https://sourceforge.net/p/btnet/discussion/226938/thread/7f925dc495/?limit=25#ff58</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Has anyone been able to work around this error and find a solution?&lt;br/&gt;
I think it could be related to Office365. If I set up the system to use a gmail account, then I don't get the errors. I would prefer to use our domain for the emails and not use gmail&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Warrickg</dc:creator><pubDate>Wed, 16 Feb 2022 15:31:53 -0000</pubDate><guid>https://sourceforge.netbde88752ffd55196c0e01cb74a619058ef7c6ee5</guid></item></channel></rss>