We have a SPA with ASP.NET Core Backend (hosted on linux containers) and trying to get the same behavior you get with NTLM more or less. All the clients are using Windows. We have an on-prem AD and AD connect to sync it to AAD (I have to admit that I only know that they ..
Category : asp.net-core
I am developing a .NET Core app and I read some articles regarding to LogMonitor but I cannot see the LogMonitor.exe file in that project as mentioned on these articles. Does anybody else has experience for this tool in order to display logs in a Docker container on Windows? Source: Windows..
I am trying to monitor log errors that can be observed via Windows Event Viewer during debugging. However, as I publish my app to a Docker container, I need to view and monitor the logs in this container. I tried something e.g. Seq and the recommendations on several pages like How do I access Windows ..
I have a requirement to develop a service which queries WMI classes on a windows machines. I want to provide this services as web API, embedding kestrel as web server, which will be consumed by a central java based server. Since the service is specific to windows so cross platform is not a requirement for ..
I have 2 web apps (asp core web apps) in the local network on IIS server. First app has only anonymous authentication turned on – App1. Second app has only Windows authentication turned on – App2. After App1 starts, user is being redicrected to App2. Unfortunately App2 returns 401 unauthorized exception. Is this configuration correct? ..
I am trying to help port a .Net service to a more modern .Net version (possibly Core) and use the MSIX installer. The application has two configuration files generated by the compiler (both end in *.exe.xml), they are installed into Program File right next to the binaries and a GUI helper app as well and ..
I have a web project. Previously, you could login with username and password from the normal login screen. However, my boss asked me to use SSO. The user should be able to login to my website with windows user information. I have no idea how to use it. Can anyone tell and send sample code? ..

I’m studying ASP and trying to run an example application with the following configuration on Windows 10: "RazorPagesMovie": { "commandName": "Project", "launchBrowser": true, "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } My problem is that I can open http://localhost:5000 but can’t open https://localhost:5001. When I faced this I thought that problem is in a certificate, ..
Im running few apps on Windows Server 2019. I already have one app on port 443. Recently add two more apps with cert, but when i try to call one app from second i got this error: Response status code does not indicate success: 502 (Proxy Error ( The specified Secure Sockets Layer (SSL) port ..
Hello I am trying to do a SQL Server EF Core Migration on a Windows computer and the tutorial I am following says to run the command set ASPNETCORE_ENVIRONMENT=Production and following that run: dotnet ef migrations add InitialCreate –context DataContext –output-dir Migrations/SqlServerMigrations I have done both however I get the error Unable to create an ..
Recent Comments