About 8,120,000 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. 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.

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

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

  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. 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. drop down list value in asp.net - Stack Overflow

    Aug 21, 2013 · I want to add a value to the drop down list that cannot be selected, like a title. Ex: I have a month drop down list. The very first item should be "select month" this should not be …

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

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

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

  10. ASP.NET Web.config authentication/authorization settings

    May 4, 2016 · This Stack Overflow question discusses authentication and authorization settings in ASP.NET Web.config files, providing insights and solutions for managing access control.