About 26,100,000 results
Open links in new tab
  1. ASP.NET Core: [FromQuery] usage and URL format - Stack Overflow

    ASP.NET Core: [FromQuery] usage and URL format Asked 7 years, 3 months ago Modified 1 year, 2 months ago Viewed 168k times

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

    It offers an elegant and easy way to add support for Single Sign-On and Single-Logout SAML to your ASP.NET, ASP.NET MVC, ASP.NET Core, Desktop, and Service applications.

  3. How to set web.config file to show full error message

    Jul 26, 2012 · Learn how to configure the web.config file to display detailed error messages for effective debugging and troubleshooting.

  4. 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 currentUserId = User.Identity.

  5. How do I set the request timeout for one controller action in an …

    Learn how to set request timeout for a specific controller action in an ASP.NET MVC application.

  6. c# - RedirectToAction with parameter - Stack Overflow

    Feb 13, 2018 · c# asp.net-mvc controller redirecttoaction edited Feb 13, 2018 at 12:46 Keerthi 525 8 14

  7. .NET Core vs ASP.NET Core - Stack Overflow

    Feb 26, 2020 · ASP.NET Core using .NET Framework - most dependencies are self-contained, only executes on Windows, will have access to Windows-specific NuGet packages, needs the .NET framework version which is targeted installed on the machine.

  8. asp.net - CustomErrors mode="Off" - Stack Overflow

    Sep 19, 2008 · Explains how to configure the CustomErrors mode in ASP.NET applications to display detailed error messages for debugging purposes.

  9. asp.net - How to increase request timeout in IIS? - Stack Overflow

    Mar 10, 2010 · To increase request timeout in IIS, modify the executionTimeout parameter in the web.config file.

  10. asp.net - How to force Visual Studio to re-create the SSL certificate ...

    Dec 9, 2021 · When a web project is created, Visual Studio automatically generates a SSL certificate and prompts you to install it. Everything works fine. That certificate has now expired and I cannot figure out...