About 51 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. 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 over the …

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

    1 day 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 …

  4. What's the difference between ASP.NET and C#? - Stack Overflow

    Oct 11, 2017 · ASP.NET is part of the .NET framework allowing you to write web applications using any CLS compliant language such as C#, VB.NET, F#, ... What you are referring to original asp language …

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

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

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

  7. Qual é a diferença entre C# e ASP.NET?

    Dec 1, 2016 · Qual a grande diferença sobre o ASP.Net e o C#? Eu programo em C# pra desktop, mas não consigo compreender. C# pra desktop (Windows Forms Application) é idêntico ao C# utilizado …

  8. syntax - ASP.NET "special" tags - Stack Overflow

    The official name is "server-side scripting delimiters" or "ASP.NET inline expressions". Visual Studio 2008 syntax highlighting settings dialog calls these "HTML Server-Side Script". Microsoft people call …

  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 with the basic

  10. ASP.NET Core 8 Web API : how to add versioning? - Stack Overflow

    Nov 22, 2023 · I'm creating a new ASP.NET Core 8 Web API. In my previous projects with .NET 6 or .NET 7, I can use: