Browse By Tags

ASP.NET

Secure Content in IIS Through File System ACLs
Created Mar 17, 2009 by naziml

Introduction - The access control list (ACL) is a list of permissions associated with an object. Each of these permission entries is called an access control entry (ACE); an ACE contains permissions associated with a particular object for a...

URL Rewriting for ASP.NET Web Forms
Created Nov 10, 2008 by ruslany

When you use the IIS 7.0 URL Rewrite module with ASP.NET applications, it is important to ensure the correct behavior of your Web application with rewritten URLs. This article explains scenarios in which URL rewriting can affect ASP.NET Web...

IIS URL Rewriting and ASP.NET Routing
Created Sep 4, 2008 by ruslany

With the release of the URL Rewrite Module for IIS 7 and the inclusion of ASP.NET routing into the .NET Framework 4, there have been a lot of questions from ASP.NET developers about how these two features relate to each other and when you should...

How to install ASP.NET 1.1 with IIS7 on Vista and Windows 2008
Created Jun 3, 2008 by walterov

Overview - You can use the Web Platform Installer (Web PI) to easily install IIS, and applications that run on IIS. The Web PI is a free, lightweight tool that lets you install IIS and related technologies such as ASP.NET, SQL Server Express...

ASP.NET 2.0 Breaking Changes on IIS 7.0
Created Mar 15, 2008 by chriskno

Introduction - ASP.NET 2.0 applications on IIS 7.0 are hosted using the ASP.NET Integrated mode by default. This new mode enables a myriad of exciting scenarios, including using valuable ASP.NET features such as Forms Authentication for your...

How to Capture ASP.NET Page Trace Events in IIS 7.0 Tracing
Created Dec 5, 2007 by IIS Team

Introduction - In ASP.Net today, developers can add trace events to ASPX pages using Trace.Write() & Trace.Warn() calls in the script sections of their page. Typically, you use these traces to debug an application that does not work as...

How to Take Advantage of the IIS 7.0 Integrated Pipeline
Created Dec 5, 2007 by IIS Team

Introduction - IIS 6.0 and previous versions allowed the development of .NET application components via the ASP.NET platform. ASP.NET integrated with IIS via an ISAPI extension, and exposed its own application and request processing model. This...

ASP.NET Integration with IIS 7
Created Dec 5, 2007 by IIS Team

Introduction - Since its release, ASP.NET has been the platform of choice for developing Web applications on the Windows / IIS platform. ASP.NET 2.0 took Web application development to a new level, allowing developers to build more powerful...

Breaking Changes for ASP.NET 4 Apps Running on IIS 7 Integrated Mode
Created Dec 3, 2007 by walterov

Find information about this topic in ASP.NET Breaking Changes on IIS 7.

IIS 7 Modules Overview
Created Nov 22, 2007 by saad

Introduction - The IIS 7 Web server feature set is componentized into more than thirty independent modules. A module is either a Win32 DLL (native module) or a .NET 2.0 type contained within an assembly (managed module). Similar to a set of...

IIS Web Server Overview
Created Nov 16, 2007 by saad

The IIS 7 Web server has been re-engineered from the ground up to deliver a completely modular architecture that offers greater flexibility and three key benefits: Componentization Extensibility ASP.NET Integration Componentization - All of the...