Click here to Skip to main content
15,881,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem when publishing asp.net core project on a server Pin
jkirkerx20-Apr-20 8:07
professionaljkirkerx20-Apr-20 8:07 
QuestionMVC Core 3.1 I need to display multiple images (with transparency) on top of each other as 1 image Pin
clemenslinders13-Apr-20 21:19
clemenslinders13-Apr-20 21:19 
AnswerRe: MVC Core 3.1 I need to display multiple images (with transparency) on top of each other as 1 image Pin
Richard Deeming14-Apr-20 0:51
mveRichard Deeming14-Apr-20 0:51 
GeneralRe: MVC Core 3.1 I need to display multiple images (with transparency) on top of each other as 1 image Pin
clemenslinders14-Apr-20 1:06
clemenslinders14-Apr-20 1:06 
GeneralRe: MVC Core 3.1 I need to display multiple images (with transparency) on top of each other as 1 image Pin
Richard Deeming14-Apr-20 1:30
mveRichard Deeming14-Apr-20 1:30 
GeneralRe: MVC Core 3.1 I need to display multiple images (with transparency) on top of each other as 1 image Pin
clemenslinders15-Apr-20 0:07
clemenslinders15-Apr-20 0:07 
Questionerror in logging when authenticating against active directory with asp.net core by ldap Pin
ElenaRez11-Apr-20 20:23
ElenaRez11-Apr-20 20:23 
AnswerRe: error in logging when authenticating against active directory with asp.net core by ldap Pin
jkirkerx15-Apr-20 8:42
professionaljkirkerx15-Apr-20 8:42 
I have no answer for you.

But can say like the article said, .Net Core is designed to run in many environments including Linux, Mac OS, and has no idea or really doesn't care what the environment is. With that being said, I really think using Active Directory to store credentials is a bad idea in the first place. You can fix and figure it out now, but the problem will come up again when you deploy it in a production environment.

Issues like this, is really dependent upon you setting up your development environment exactly like your production environment, so when you write code, it works. I develop on a Win10 computer, but I run my program on a Linux server running in a Docker Container. I had to write code to detect a Linux environment and make adjustments to it such as file names. Plus had to write code to detect that I'm running in a Docker Container as well.

The AppSettings file is a place to store parameters. So your logging level is just a parameter. Then you have to write code to detect the error, pickup the logging parameters, and then write code to log the error in the Windows Server logging system. But for this to work, you have to be running in Windows Server. I suggest focusing on the authentication first, and find another way to capture the error so you can examine it.
If it ain't broke don't fix it
Discover my world at jkirkerx.com

QuestionReference non-core dll from core app Pin
Richard Jones24-Mar-20 6:29
Richard Jones24-Mar-20 6:29 
AnswerRe: Reference non-core dll from core app Pin
Afzaal Ahmad Zeeshan24-Mar-20 10:57
professionalAfzaal Ahmad Zeeshan24-Mar-20 10:57 
AnswerRe: Reference non-core dll from core app Pin
jkirkerx25-Mar-20 8:59
professionaljkirkerx25-Mar-20 8:59 
QuestionDisplay image and text Pin
Otekpo Emmanuel19-Mar-20 12:18
Otekpo Emmanuel19-Mar-20 12:18 
AnswerSolved: Display image and text Pin
Otekpo Emmanuel20-Mar-20 8:14
Otekpo Emmanuel20-Mar-20 8:14 
Questionhow hide menu link when submenu are hidden in .net core Pin
Member 1477503716-Mar-20 22:48
Member 1477503716-Mar-20 22:48 
AnswerRe: how hide menu link when submenu are hidden in .net core Pin
Member 1478358326-Mar-20 2:30
Member 1478358326-Mar-20 2:30 
QuestionHTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper5-Mar-20 8:26
simpledeveloper5-Mar-20 8:26 
AnswerRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
Richard Deeming5-Mar-20 9:42
mveRichard Deeming5-Mar-20 9:42 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper9-Mar-20 6:41
simpledeveloper9-Mar-20 6:41 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
Richard Deeming9-Mar-20 8:37
mveRichard Deeming9-Mar-20 8:37 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper11-Mar-20 12:18
simpledeveloper11-Mar-20 12:18 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
Richard Deeming12-Mar-20 0:55
mveRichard Deeming12-Mar-20 0:55 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper12-Mar-20 13:06
simpledeveloper12-Mar-20 13:06 
QuestionCan You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
C Grant Anderson3-Mar-20 4:16
professionalC Grant Anderson3-Mar-20 4:16 
AnswerRe: Can You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
Richard Deeming3-Mar-20 4:59
mveRichard Deeming3-Mar-20 4:59 
AnswerRe: Can You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
jkirkerx4-Mar-20 7:59
professionaljkirkerx4-Mar-20 7:59 

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.