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 URL-rewrite module for IIS 7.0 and the inclusion of ASP.NET routing into the .NET Framework 3.5 SP1, there have been a lot of questions from ASP.NET developers about how these two features relate to each other and when to use...
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 entire...
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 expected...
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.0
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...
IIS 7.0 Modules Overview
Created Nov 22, 2007 by saad
Introduction The IIS 7.0 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 Lego set...
Core Web Server Overview
Created Nov 16, 2007 by saad
The IIS 7.0 core 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...