Browse by tags ASP.NET

Securing Content in IIS through File System ACLs

1 Describing ACLs ACL stands for Access Control List, and is a list of permissions associated with an object. Each of these permission entries is called an ACE (Access Control Entry) which contains permissions associated with a particular object for a particular ...

URL Rewriting for ASP.NET Web Forms

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 applications, and ...

IIS URL Rewriting and ASP.NET routing

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 each. The ...

How to install ASP.NET 1.1 with IIS7 on Vista and Windows 2008

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, Visual Web Developer ...

ASP.NET 2.0 Breaking Changes on IIS 7.0

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 Web site ...

How to Capture ASP.NET Page Trace Events in IIS 7.0 Tracing

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. These events ...

How to Take Advantage of the IIS 7.0 Integrated Pipeline

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 effectively exposed ...

ASP.NET Integration With IIS 7.0

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 tobuild more powerful applications faster ...

Breaking Changes for ASP.NET 2.0 Apps Running on IIS 7.0 Integrated Mode

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

IIS 7.0 Modules Overview

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, modules are ...

Core Web Server Overview

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

Hosting Applications on IIS 7.0

Building and Running ASP.NET Applications

Latest Blogs rss

Featured Books