About 11,400,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. 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 …

  3. c# - ASP.NET Core Identity - get current user - Stack Overflow

    To get the currently logged in user in MVC5, all we had to do was: using Microsoft.AspNet.Identity; [Authorize] public IHttpActionResult DoSomething() { string …

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

  5. asp.net - <%$, <%@, <%=, <%# ... what's the deal? - Stack Overflow

    Dec 13, 2014 · I've programmed in both classic ASP and ASP.NET, and I see different tags inside of the markup for server side code. I've recently come across a good blog on MSDN that goes …

  6. asp.net - How to force Visual Studio to re-create the SSL certificate ...

    Dec 9, 2021 · When a web project is created, Visual Studio automatically generates a SSL certificate and prompts you to install it. Everything works fine. That certificate has now expired …

  7. glossary - What is ASP.NET? - Stack Overflow

    May 21, 2011 · 5 ASP.NET is a web application framework developed and marketed by Microsoft, that programmers can use to build dynamic web sites, web applications and web services. It …

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

  9. asp.net - If statement in aspx page - Stack Overflow

    Jun 17, 2010 · I want to write a basic if statement on my site to display either item 1 or item 2 depending on if a variable is set to true. I'm not too familiar with .NET and need a little help …

  10. c# - Get ConnectionString from appsettings.json instead of being ...

    Aug 21, 2017 · c# asp.net-core connection-string appsettings edited Apr 21, 2020 at 9:08 Askolein 3,428 3 33 43