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

    Dec 16, 2010 · I'm new to ASP.NET, and I came across these two different extensions while browsing around. What's the difference between them?

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

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

  4. ASP.NET Core Web API exception handling - Stack Overflow

    I am using ASP.NET Core for my new REST API project after using regular ASP.NET Web API for many years. I don't see any good way to handle exceptions in ASP.NET Core Web API. I tried to …

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

    6 days ago · ASP.NET MVC on .NET 4.6 : session and cookies being cleared as soon as RedirectToAction or Redirect is called I have an ASP.NET MVC web application on .NET 4.6 that …

  6. Host Asp.net Core Web Api locally - Stack Overflow

    Aug 3, 2020 · If your web api and the client app are in the same intranet, you could let the client app directly access the web api after the web api hosted on IIS by using hosting server's IP address. …

  7. c# - AddTransient, AddScoped and AddSingleton Services Differences ...

    Jul 1, 2016 · I want to implement dependency injection (DI) in ASP.NET Core. So after adding this code to ConfigureServices method, both ways work. What is the difference between the …

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

  9. How to find ASP.Net Core version? - Stack Overflow

    May 4, 2018 · I'm using WebsitePanel and in Web Sites ==&gt; Extensions tab, the ASP.NET version is 4 integrated pipeline. My question is that how can I figure out what version of .Net Core is my server …

  10. c# - How to get current user in asp.net core - Stack Overflow

    It's obvious that to get user name MVC framework should take it from somewhere. In the .NET world, ASP.NET or ASP.NET Core is using Open ID Connect middleware. In the simple scenario web apps …