About 9,440,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. How to fix "The ConnectionString property has not been initialized"

    Can you post the connection string from webconfig, and the failing code utilizing it?

  3. asp-controller and asp-action attributes not working

    Aug 6, 2016 · Would anyone know what I am missing, why those asp-controller and asp-action tags are not working for me. I am implementing a project in ASP.NET MVC Core. This does …

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

  5. asp.net - IIS HTTP Error 500: The requested Page cannot be …

    I have successfully published an ASP.NET Core website on IIS (version 10) on my local machine (Windows 10) and browsed it. However, when I deploy it on IIS on another PC (using same …

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

  7. How do I get client IP address in ASP.NET Core? - Stack Overflow

    Feb 23, 2015 · Can you please let me know how to get client IP address in ASP.NET when using MVC 6. Request.ServerVariables ["REMOTE_ADDR"] does not work.

  8. c# - Setting connection string with username and password in …

    I am working on my first ASP.NET Core MVC application.What is the right way to specify the connection string in a ASP.NET Core MVC application with a sql server backend requiring sql …

  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. Best practice to return errors in ASP.NET Web API [closed]

    May 24, 2012 · Best practice to return errors in ASP.NET Web API [closed] Asked 13 years, 5 months ago Modified 5 months ago Viewed 778k times