About 23,700,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. What is the purpose of global.asax in asp.net - Stack Overflow

    Feb 26, 2010 · ASP.Net framework uses the content in the global.asax and creates a class at runtime which is inherited from HttpApplication. During the lifetime of an application, ASP.NET …

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

  4. How to correctly use the ASP.NET FileUpload control

    60 ASP.NET controls should rather be placed in aspx markup file. That is the preferred way of working with them. So add FileUpload control to your page. Make sure it has all required …

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

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

    Feb 29, 2012 · Quote: Note If you have worked with ASP.NET MVC, then you are already familiar with controllers. They work similarly in Web API, but controllers in Web API derive from the …

  7. How do I convert legacy ASP applications to ASP.NET?

    Sep 21, 2008 · December 2009 addition to original answer: Just came across the ASP Classic Compiler, which is an actively maintained VBscript compiler that converts classic ASP pages …

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

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

  9. asp.net - Maximum request length exceeded. - Stack Overflow

    Oct 4, 2010 · I am getting the error Maximum request length exceeded when I am trying to upload a video in my site. How do I fix this?

  10. c# - Select Tag Helper in ASP.NET Core MVC - Stack Overflow

    Jan 6, 2016 · Learn how to use the Select Tag Helper in ASP.NET Core MVC for creating dropdown lists and binding data efficiently.