Click here to Skip to main content
15,920,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Implementation of Identity 4 in .net core 3.1 for SSO for multiple projects Pin
Gerry Schmitz14-Aug-20 4:56
mveGerry Schmitz14-Aug-20 4:56 
QuestionDatabase for desktop application Pin
hiruthere12-Aug-20 23:34
hiruthere12-Aug-20 23:34 
AnswerRe: Database for desktop application Pin
F-ES Sitecore13-Aug-20 1:40
professionalF-ES Sitecore13-Aug-20 1:40 
AnswerRe: Database for desktop application Pin
Mycroft Holmes13-Aug-20 13:35
professionalMycroft Holmes13-Aug-20 13:35 
AnswerRe: Database for desktop application Pin
Gerry Schmitz13-Aug-20 16:13
mveGerry Schmitz13-Aug-20 16:13 
AnswerRe: Database for desktop application Pin
Gilberto - Star Lima18-Sep-20 11:32
professionalGilberto - Star Lima18-Sep-20 11:32 
QuestionIs .NET Remoting deprecated/obsolete? Pin
honey the codewitch4-Aug-20 17:19
mvahoney the codewitch4-Aug-20 17:19 
AnswerRe: Is .NET Remoting deprecated/obsolete? Pin
Richard Deeming4-Aug-20 23:30
mveRichard Deeming4-Aug-20 23:30 
AnswerRe: Is .NET Remoting deprecated/obsolete? Pin
markrlondon2-Nov-20 17:44
markrlondon2-Nov-20 17:44 
QuestionAggregation count returns null in linq asp.net core Pin
ElenaRez27-Jul-20 7:59
ElenaRez27-Jul-20 7:59 
AnswerRe: Aggregation count returns null in linq asp.net core Pin
Gerry Schmitz28-Jul-20 6:44
mveGerry Schmitz28-Jul-20 6:44 
QuestionHow do I Add End User Self Registration to IdentityServer? Pin
Brian Prestwood20-Jul-20 19:50
Brian Prestwood20-Jul-20 19:50 
AnswerRe: How do I Add End User Self Registration to IdentityServer? Pin
Brian Prestwood8-Aug-20 7:17
Brian Prestwood8-Aug-20 7:17 
QuestionHow to join two linq queries to find some common data between them Pin
ElenaRez22-Jun-20 11:16
ElenaRez22-Jun-20 11:16 
AnswerRe: How to join two linq queries to find some common data between them Pin
Eddy Vluggen22-Aug-20 10:15
professionalEddy Vluggen22-Aug-20 10:15 
QuestionHow to retrieve user's data from active directory by novell.Directory.LDap.NetStandard library Pin
ElenaRez22-Jun-20 0:05
ElenaRez22-Jun-20 0:05 
AnswerRe: How to retrieve user's data from active directory by novell.Directory.LDap.NetStandard library Pin
Dave Kreskowiak22-Jun-20 3:45
mveDave Kreskowiak22-Jun-20 3:45 
QuestionGetting “Unable to connect to the remote server” When I call WebAPI Url (C#) Pin
sfd16-Jun-20 0:17
sfd16-Jun-20 0:17 
AnswerRe: Getting “Unable to connect to the remote server” When I call WebAPI Url (C#) Pin
Richard Deeming16-Jun-20 0:34
mveRichard Deeming16-Jun-20 0:34 
QuestionSecuring Net Core API Pin
pkfox12-Jun-20 4:04
professionalpkfox12-Jun-20 4:04 
AnswerRe: Securing Net Core API Pin
Pete O'Hanlon12-Jun-20 5:29
mvePete O'Hanlon12-Jun-20 5:29 
GeneralRe: Securing Net Core API Pin
pkfox12-Jun-20 8:15
professionalpkfox12-Jun-20 8:15 
QuestionSMTP authentication oddities Pin
DerekT-P7-Jun-20 11:21
professionalDerekT-P7-Jun-20 11:21 
AnswerRe: SMTP authentication oddities Pin
Richard Deeming8-Jun-20 0:00
mveRichard Deeming8-Jun-20 0:00 
GeneralRe: SMTP authentication oddities Pin
DerekT-P8-Jun-20 0:59
professionalDerekT-P8-Jun-20 0:59 
Thanks Richard. Yes, I think they moved the SMTP server to a separate box, and have subsequently put DNS forwarding for mail.mydomain.com to the new server, so that it works but does not automatically authenticate. That would also explain why it broke again for a while but subsequently worked once the DNS changes propagated.

The subdomain that is still working without a password is an oddity - as far as I can tell it's on the same server (I guess there may be some checks I can do to verify, even looking at the IIS logs etc maybe). But as they've now setup a dedicated mail server it seems unlikely it would still be on that box... I'll do some more tests (and clone a page from one of the other sites to this one, as the code is slightly different though not using a password) to verify it's nothing different in the logic.

I run multiple sites with this host, and manage sites for clients on other shared hosts - all seem to suffer from the problem of unplanned, unannounced and undocumented configuration changes that break sites. I guess the majority of their income comes from static or otherwise trivial sites. I left my last host because they changed DBMS (from MySql to MariaSQL) with no warning, breaking a number of things, and claiming that MySql had been "renamed" MariaSql. That level of ignorance and stupidity was truly scary so they barely saw me for dust... Laugh | :laugh:

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.