About 14,900,000 results
Open links in new tab
  1. 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 …

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

    May 23, 2017 · 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 …

  3. Newest 'asp.net' Questions - Stack Overflow

    Nov 10, 2025 · Stack Overflow | The World’s Largest Online Community for Developers

  4. 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.

  5. c# - Resolving instances with ASP.NET Core DI from within ...

    Resolving instances with ASP.NET Core DI from within ConfigureServices Asked 10 years, 2 months ago Modified 1 year, 2 months ago Viewed 635k times

  6. How to upload files with asp-classic - Stack Overflow

    Aug 30, 2012 · I want to create a page with asp-classic where users can upload files or zipped folders. I've searched in Google but every solution I have found uses a third-party file. But I …

  7. Format date within View in ASP.NET Core MVC - Stack Overflow

    May 3, 2017 · Read on how to use tags for future questions. Also please make sure to use correct tags in future. asp.net and asp.net-mvc are incorrect tags for ASP.NET Core related topics. …

  8. 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 …

  9. Difference between ApiController and Controller in ASP.NET MVC

    Feb 29, 2012 · I've been playing around with ASP.NET MVC 4 beta and I see two types of controllers now: ApiController and Controller. I'm little confused at what situations I can choose …

  10. How to increase the max upload file size in ASP.NET?

    0 I have a blog post on how to increase the file size for asp upload control. From the post: By default, the FileUpload control allows a maximum of 4MB file to be uploaded and the execution …