How do I setup multiple auth schemes in ASP.NET Core 2.0?
I’m trying to migrate my auth stuff to Core 2.0 and having an issue using my own authentication scheme. My service setup in startup looks like this:
I’m trying to migrate my auth stuff to Core 2.0 and having an issue using my own authentication scheme. My service setup in startup looks like this:
I am working on a program that requires the date of an event to get returned.
I am using C# with ASP.NET.
Can I convert Class into Dictionary<string, string>?
I did the following (It should work but it does not), no redirect, no error, no nothing, it just displays the page without auth, what am I doing wrong?
I am using Mailgun API. There is a section that I need to provide a URL to them, then they are going to HTTP Post some data to me.
My company took some old php application over. Due to our preference to ASP.net and to the lack of any documentation from the previous developer, we do not want to spend much resources on developing in PHP.
For implementing new features, we will create an Asp.net application that has the same look to the user. We want to develop a kind of ‘coexisting’ web application. Therefore we must share sessions between an PHP and an Asp.net webapplication project, because there is a usermanagement involved with an existing MySQL database.
I am getting the error below: Child actions are not allowed to perform redirect actions. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Child actions are not allowed to … Read more
you can’t access page’s controls from a webmethod
Let’s say I have the following simple enum: