List of Input Values which will cause the “A potentially dangerous Request.Form value was detected…” error
I know the < and > characters will cause this error, but what other characters/inputs will cause this error?
I know the < and > characters will cause this error, but what other characters/inputs will cause this error?
I have two ASP.NET sites (they can not run in the same process) and I need to share authentication between them. If a user is in site A already authenticated and then goes to site B, I need to have a way to share this information with site B so the user is not asked to authenticate again. The same is true both ways. How do you share this information?
I need to show only the name of a user from Active Directory, I am using
I’m using .NET 4.0, MVC3, and EF5 with code first.
I want to send an AJAX request to a remote API.
I have an application built on ASP.NET web forms which also supports MVC 5. I included MVC 5 API controllers in my project for which I had to upgrade Json from version 4.5 to 7.0. After making those changes when I launched the application, I get the following error:
I have the following method:
I have a WebAPI 2 / AngularJS SPA application that uses Identity 2 for authentication. Locally my code stores a token for authentication. I would like to implement functionality that allows my application to request additional javascript for authenticated users after my initial index.html page has been downloaded.
and to spice things a bit , what is the best approach for globalization in Asp.net Mvc App
I’ve came across a controller method marked with System.Web.Http.OverrideAuthenticationAttribute in my current Web API project and I’m curious what this is for?