About 9,000,000 results
Open links in new tab
  1. 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 …

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

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

  7. How to call javascript function from code-behind - Stack Overflow

    Learn how to call a JavaScript function from code-behind in ASP.NET with examples and explanations.

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

  10. asp.net - Deploying website: 500 - Internal server error - Stack …

    Learn how to troubleshoot and fix 500 internal server errors when deploying a website.

Refresh