About 10,100,000 results
Open links in new tab
  1. c# - ASP.NET Core Identity - get current user - Stack Overflow

    To get the currently logged in user in MVC5, all we had to do was: using Microsoft.AspNet.Identity; [Authorize] public IHttpActionResult DoSomething() { string …

  2. C# ASP.NET Single Sign-On Implementation - Stack Overflow

    UltimateSAML SSO is an OASIS SAML v1.x and v2.0 specifications compliant .NET toolkit. It offers an elegant and easy way to add support for Single Sign-On and Single-Logout SAML to …

  3. How to change session timeout in ASP.NET - Stack Overflow

    ASP.NET framework inserts a unique id to the URL, you can check this by disabling the cookie or by setting the cookieless attribute to true as you did. According to MSDN, By default, the …

  4. c# - Font awesome inside asp button - Stack Overflow

    Feb 25, 2013 · This is my asp:button code which is not rendering font awesome's icon but instead shows the HTML as it is ...

  5. c# - ASP.NET file download from server - Stack Overflow

    Dec 10, 2016 · None of these worked for me on ASP.NET 6.0 MVC Razor. Example within a controller class add this:

  6. drop down list value in asp.net - Stack Overflow

    Aug 21, 2013 · These are ALL great answers if you want to work that hard. But my guess is that you already have the items you want for the list coming from a databound element, and only …

  7. HTTP Error 500.31 - Failed to load ASP.NET Core runtime

    Dec 16, 2020 · my solution is quite simple and sort of embarrassing at the same time :) I thought asp.net core host bundles are downward compatible. Solution: my application was configured …

  8. What are services and why add them in ASP.NET Core?

    Apr 25, 2019 · ASP.NET Core uses dependency injection as a fundamental feature to manage dependencies throughout the framework. In order for the dependency injection framework to …

  9. .net - Missing asp.net features on IIS 10.0 - Stack Overflow

    Oct 18, 2017 · I'm using IIS 10.0 and ASP.NET feature section isn't showing. My environment: Windows Server 2016. My issue is similar to the issue posted here: No asp.net features on IIS …

  10. Making a Simple Ajax call to controller in asp.net mvc

    Apr 24, 2013 · Learn how to make a simple Ajax call to an ASP.NET MVC controller with step-by-step guidance and code examples.

Refresh