Wiley 978-0-470-09782-3 Datasheet

Browse online or download Datasheet for Software manuals Wiley 978-0-470-09782-3. Wiley Professional IIS 7 User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 26
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
Part I: Introduction and
Deployment
Chapter 1: Background on IIS and New Features in IIS 7.0
Chapter 2: IIS 7.0 Architecture
Chapter 3: Planning Your Deployment
Chapter 4: Installing IIS 7.0
97823c01.qxd:WroxPro 2/4/08 6:47 PM Page 1
COPYRIGHTED MATERIAL
Page view 0
1 2 3 4 5 6 ... 25 26

Summary of Contents

Page 1 - COPYRIGHTED MATERIAL

Part I: Introduction andDeploymentChapter 1: Background on IIS and New Features in IIS 7.0Chapter 2: IIS 7.0 ArchitectureChapter 3: Planning Your Depl

Page 2

Figure 1-1Within the IIS 7.0 pipeline, each process is handled by an individual component. These components canbe specifically loaded for those sites

Page 3 - Features in IIS 7.0

Figure 1-2ConfigurabilityAnother and more visible change is the integration of IIS configuration into the same process used forconfiguring ASP.NET app

Page 4 - IIS 5.0 and 5.1

Using applicationHost.configThe applicationHost.config file, new in IIS 7.0, stores IIS configurations for both the web server andthe process model. G

Page 5 - Request Processing

There are two great benefits to this new configuration style in IIS 7.0. The first is that by not using theregistry for configuration, deploying a sit

Page 6

<section name=”MyNewModule” />...</configSections>With these simple changes to the configuration files, you’ve added the custom module My

Page 7 - IIS 7.0 Versions

Minimal InstallationIIS 7.0 continues the tradition of its predecessor with minimal installation the default. IIS is not installedwith the default ope

Page 8 - IIS 7.0 Features

Management DelegationManagement of IIS in previous versions meant either granting local administrator privileges to the useror working through WMI and

Page 9 - Integrated Request Pipeline

</security></system.webServer></location>To allow the same developer on the same site to enable or disable Windows authentication bu

Page 10

control, which was prohibitive in an Internet environment. It also allows, with the extensibility of thepipeline components, developers to create thei

Page 11 - Configurability

<requestFiltering><hiddenNamespaces><add hiddenDirectory=”BIN” /></hiddenNamespaces></requestFiltering></security>

Page 12 - Using applicationHost.config

97823c01.qxd:WroxPro 2/4/08 6:47 PM Page 2

Page 13

IIS ManagerThe new IIS Manager for IIS 7.0, shown in Figure 1-4, combines all management functions for both IISand ASP.NET in one location. Administra

Page 14 - Security

Figure 1-5AppCmd.exe Command-Line UtilityIIS 7.0 introduces a new command-line utility, AppCmd.exe, which replaces the functionality providedby the va

Page 15 - Minimal Installation

ASP.NET Management NamespaceIIS 7.0 may be configured through the new ASP.NET namespace, Microsoft.Web.Administration,which is used for administration

Page 16 - Management Delegation

Set oBinding = oService.Get(“BindingElement”).SpawnInstance_oBinding.BindingInformation = “*:80:”oBinding.Protocol = “http”oService.Get(“Site”).Create

Page 17

IIS 6.0, in case your application is not able to run in the new IIS 7.0 integrated pipeline mode. Secondly,an optional IIS 6.0 Metabase Compatibility

Page 18 - Request Filtering

tion are on a server that was upgraded to Longhorn or have been migrated to a new installation ofLonghorn, you may need to create new accounts and ass

Page 19 - IIS Administration Tools

SummaryIIS 7.0 is an evolution of previous IIS versions, building on their strengths while overcoming their weak-nesses. Microsoft has listened to use

Page 20 - IIS Manager

Background on IIS and NewFeatures in IIS 7.0Microsoft’s Internet Information Services (IIS) has been around for more than a decade, from itsfirst inca

Page 21

IIS Versions 1.0 to 4.0IIS was released with Service Pack 3 for Windows NT 3.51, as a set of services providing HTTP, Gopher,and WAIS functionality. A

Page 22 - ASP.NET Management Namespace

IIS 6.0IIS 6.0 shipped with Windows Server 2003 editions and Windows XP Professional 64bit edition, whichwas built on the Windows Server 2003 Service

Page 23 - Compatibility

application pool, providing stability across the server’s sites. In addition, worker processes could beassigned a processor affinity, allowing multipr

Page 24

The FTP service that ships with Windows Server 2008 is exactly the same as shipped in Server 2003.However, the Microsoft IIS development team is also

Page 25 - Additional Features

1 The N editions of Windows Vista are for release in the European Union and do not include an embedded Windows Media Player.IIS 7.0 FeaturesIIS 7.0 is

Page 26

ment, third-party sources, or even Microsoft. Since these modules and additional programs can beplugged into IIS at any time, without changing core op

Comments to this Manuals

No comments