Wiley 978-0-470-09782-3 Arkusz Danych

Przeglądaj online lub pobierz Arkusz Danych dla Podręczniki do oprogramowania Wiley 978-0-470-09782-3. Wiley Professional IIS 7 Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 26
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 0
1 2 3 4 5 6 ... 25 26

Podsumowanie treści

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 6

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

Strona 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

Strona 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

Strona 9 - Integrated Request Pipeline

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

Strona 10

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

Strona 11 - Configurability

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

Strona 12 - Using applicationHost.config

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

Strona 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

Strona 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

Strona 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

Strona 16 - Management Delegation

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 23 - Compatibility

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

Strona 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

Strona 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

Strona 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

Komentarze do niniejszej Instrukcji

Brak uwag