EnableCrossAppRedirects – Where is the cross-domain feature documented?
Here an interesting feature of ASP.NET FormsAuthentication explained in this SO answer: How do you pass an authenticated session between app domains
Here an interesting feature of ASP.NET FormsAuthentication explained in this SO answer: How do you pass an authenticated session between app domains
I’m using OpenXML SDK 2.0 to add data to the spreadsheet template but I ran into a problem (since I’ve been using OpenXML for a day that’s not so hard to believe). I can’t figure out how to add new rows while pushing all the rows that are below the new ones down.
I’m trying to mix Windows and Anonymous authentication in a .Net Core 2.0 empty web app. I would like to avoid the [Authorize] attribute as I do not want to use Mvc or controllers.
Please bear with me as I’ve been thrown into the middle of this project without knowing all the background. If you’ve got WTF questions, trust me, I have them too.
I’m wondering how I can send a zip file to a WebApi controller and vice versa.
The problem is that my WebApi uses json to transmit data. A zip file is not serializable, either is a stream. A string would be serializable. But there has to be an other solution than to convert the zip into a string and than send the string. That just sounds wrong.
I have looked up and down, tried all the different and various ways of being able to store a foreign key of the AspNetUser table in a separate Customer table. I’m still new at ASP.NET and the Entity Framework, but I’ve read quite a few posts and documentations.
I have created a custom authentication and authorisation for my users.The problem I am facing is how to get mvc to check that role from inside my users table matches the [Authorize(Role)] on my controller so as to set httpauthorised to true.Below is my customauthorise class.
Given a specific country code, e.g. “CH”, how can I get a CultureInfo object? The specific country code is dynamic (changes at runtime).
I only have the country code, and i want to know if it is possible to create a CultureInfo object from just the country code. It doesn’t matter which exact culture I get (fr-CH/de-CH).
I am doing an Empty Web API in Visual Studio 2013 Framework 4.5. Obviously NinjectWebCommon.cs do not appear.
I’m using EF code-first approach and want to change the Id field to guid but can’t seem to get past below error.