About 11,100,000 results
Open links in new tab
  1. Detailed 500 error message, ASP + IIS 7.5 - Stack Overflow

    IIS 7.5 , 2008rc2, classic asp, 500 error msg: The page cannot be displayed because an internal server error has occurred. I need to know how to configure IIS to get a more detailed error.

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

  4. HTTP Error 500.30 - ASP.NET Core app failed to start

    Apr 22, 2021 · Deployment mode: Framework-Dependent Target Runtime: Win-x64 or Portable In my case, when I tried to deploy ASP.NET Core 5 application, it occurred due to not setting the …

  5. ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

    Jul 8, 2016 · Here is what I have checked and tried so far: Install ASP.NET by calling aspnet_regiis -i Set my application to use different application pool (ASP.NET v4.0, .NET v4, …

  6. ASP.NET Core return JSON with status code - Stack Overflow

    In order to get your ASP.NET Core WebAPI to respond with a JSON Serialized Object along full control of the status code, you should start off by making sure that you have included the …

  7. asp.net - Cannot read configuration file due to insufficient ...

    Apr 11, 2011 · 0 Sometimes if it is a new server you need to configure or install ASP.NET feature on IIS for it to be able to read your web.config file. In my case this was the reason.

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

    I'm trying to use the FileUpload control in ASP.NET Here's my current namespace setup: using System; using System.IO; using System.Collections.Generic; using System.Linq; using …

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

    Mar 10, 2010 · How to increase request timeout in IIS 7.0? The same is done under application tab in ASP configuration settngs in IIS 6.0. I am not able to find the asp.net configuration …

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