-
Running the **dotnet publish -r win10-x64 -c Release**
after that I run the generated .exe file to see if everything is good but the app crashes.
**Log**
```
Application startup exception: System…
-
It would be helpful for SSO implementation
https://github.com/IdentityServer
-
I have a simple net core 2.0 app with a razor page that serves index.html. When I launch my app from Visual Studio using IIS Express everything works perfectly, but when I publish the app to azure I g…
-
It's probably something dumb, but I've seem to hit some sort of strange block.
Cross Application:
localhost C# client to localhost C# server - Good
localhost C# to remote C# server - Good
Self…
-
_From @fulte004 on July 11, 2018 17:1_
Following documentation found at [https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-2.1#log-category](https://docs.microsoft.co…
Eilon updated
6 years ago
-
I can't find where I read this, but I was under the impression that the new ASP.NET Core integration testing mechanism would facilitate injecting mock services by allowing one to replace or overwrite …
-
> This article demonstrates migrating the database schema for ASP.NET apps using Membership authentication to ASP.NET Core 2.0 Identity.
> Prior to ASP.NET 2.0, developers were tasked with crea…
-
Currently the different types of token (Confirm Email/Password Reset/Change Email) use the same shared `DataProtectorTokenProvider` named "Default" which in turn all share the same `DataProtectionToke…
-
Dear @acjh , @hikalkan , @ismcagdas
When i use Login API to get the token, i receive the exception message: "Did not call Complete method of a unit of work."
Some case, when I push the token to hea…
-
I have been using the .Net Core 2.0 sample which uses the Azure AD endpoint, so that we registered using our company Azure Portal.
I have already set the client id, base URL, reply url, tenant id i…