About 50 results
Open links in new tab
  1. Difference between .asp and .aspx pages? - Stack Overflow

    Dec 16, 2010 · ASP runs on IIS. ASPX runs on .Net framework. ASP uses VBScript for its code. ASP.NET allows the use of C#, VB.NET and other languages. ASP.NET gives access to all the tools …

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

    190 I am running an ASP.NET 2.0 application in IIS 6.0. I want session timeout to be 60 minutes rather than the default 20 minutes. I have done the following Set <sessionState …

  3. ASP.NET page life cycle explanation - Stack Overflow

    Apr 24, 2014 · There are 10 events in ASP.NET page life cycle, and the sequence is: Init Load view state Post back data Load Validate Events Pre-render Save view state Render Unload Below is a …

  4. What does "asp.net" mean? - Stack Overflow

    Jan 25, 2009 · ASP.NET pages aren't static; they have executable, server-side code behind them that may dynamically generate page content or interact with the serving system—they're active (web) …

  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. ASP.NET Core Get Json Array using IConfiguration

    Dec 26, 2016 · 18 In ASP.NET Core 2.2 and later we can inject IConfiguration anywhere in our application like in your case, you can inject IConfiguration in HomeController and use like this to get …

  7. 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 a particular …

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

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

    Dec 16, 2020 · Suddenly stopped working with the error (HTTP Error 500.31 - Failed to load ASP.NET Core runtime). In my case, I just repaired the installed version and it worked.

  10. Newest 'asp.net-core' Questions - Stack Overflow

    Jan 16, 2015 · ASP.NET Core OpenAPI/SwaggerUI XML root collections "XML example cannot be generated; root element name is undefined" I'm trying to use the …