ASP.NET Core change EF connection string when user logs in
After a few hours of research and finding no way to do this; it’s time to ask the question.
After a few hours of research and finding no way to do this; it’s time to ask the question.
Could anyone please tell how to pass dynamic values using Url.action().
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 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?
Introduced new lighter version of CLR and assemblies with non-dependent frameworks.
In previous versions of the MVC framework custom validation would be achieved through implementing IClientValidatable and the GetClientValidationRules method.
What is the kestrel web server and how does it relate to IIS / IIS Express?
I am using ASP.NET 5. I need to convert IHtmlContent to String
I have an ASP.NET Core 1.0 Web API application and trying to figure out how to pass the exception message to the client if a function that my controller is calling errors out.
I want to host my ASP.NET 5 project which uses MVC 6 and Entity Framework 7 on Amazon free micro instance.
I can’t find any step-by-step manual on how to host ASP.NET 5 projects on IIS, all materials just mention that this is possible but without any guides.
Basically, I’m deploying to local folder and then copying to newly created site, but nothing is working.
Unfortunately, I can’t use Azure as it only has one month free trial, not a year.