|
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 ...
|
Created
Mar 17, 2009
by
naziml
|
|
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 ...
|
Created
Nov 10, 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 each. The ...
|
Created
Sep 04, 2008
by
ruslany
|
|
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 ...
|
Created
Jun 03, 2008
by
walterov
|
|
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 ...
|
Created
Mar 15, 2008
by
chriskno
|
|
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 ...
|
Created
Dec 05, 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 effectively exposed ...
|
Created
Dec 05, 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 tobuild more powerful applications faster ...
|
Created
Dec 05, 2007
by
IIS Team
|
|
Find information about this topic in ASP.NET 2.0 Breaking Changes on IIS 7.0. ...
|
Created
Dec 03, 2007
by
walterov
|
|
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 ...
|
Created
Nov 22, 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 offersgreater flexibility and three key benefits: Componentization Extensibility ASP.NET Integration Componentization All of the web server ...
|
Created
Nov 16, 2007
by
saad
|
|
|
Created
Nov 16, 2007
by
pharr
|
|
|
Created
Oct 23, 2007
by
pharr
|