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

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

    ASP.NET framework inserts a unique id to the URL, you can check this by disabling the cookie or by setting the cookieless attribute to true as you did. According to MSDN, By default, the …

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

    5 days ago · Stack Overflow | The World’s Largest Online Community for Developers

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

  5. asp classic - Difference between asp and asp.net - Stack Overflow

    Jan 4, 2010 · This implies that since ASP mainly uses VBScript, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, …

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

  7. ASP.NET page life cycle explanation - Stack Overflow

    Apr 24, 2014 · There are 10 events in ASP.NET page life cycle, and the sequence is: Init Load view state Post back data Load Validate Events Pre-render Save view state Render Unload …

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

  9. Is there any difference between .NET and ASP.NET

    Nov 5, 2010 · Rather, asp.net is an additional set of class libraries and that ships with the framework to provide further functionality. This is the same as LINQ, WPF, WinForms, etc.

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