Download presentation
Presentation is loading. Please wait.
1
Module 2: Overview of IIS 7.0 Application Server
2
Overview Review SMTP in Windows Server 2008 Identify key improvements in IIS 7.0 Describe the new IIS 7.0 configuration system
3
Lesson: SMTP in Windows Server 2008 SMTP in Windows Server 2008 SMTP relay Operator account permissions Configure size limitations Inbound authentication Outbound security and authentication Advanced delivery options
4
SMTP in Windows Server 2008 Simple Mail Transfer Protocol (SMTP) receives and sends mail between servers Uses port 25 SMTP is not installed by default To discourage SPAM, e-mail relaying is disabled by default
5
SMTP Relay Microsoft SMTP relay disabled by default Relay Options: Microsoft Active Directory or Microsoft Windows accounts authentication Enable relay based on IP or Domain
6
Operator Account Permissions Operator permissions is found on the security tab Client accounts can be given operator permissions for the SMTP virtual server. Operators have the ability to start, stop and manage the SMTP virtual server
7
Configure Size Limitations Limit message size Limit session size Limit number of messages per connection Limit number of recipients per message Non-Delivery Report Badmail directory
8
Inbound Authentication Anonymous access Basic authentication Integrated Windows Authentication
9
Outbound Security and Authentication Anonymous access Basic authentication Integrated Windows Authentication TLS encryption
10
Advanced Delivery Options Maximum hop count Masquerade domain FQDN Smart host Reverse DNS lookup
11
Lesson 3: Key Improvements in IIS 7.0 Identify the IIS 7.0 pillars Describe the modules in IIS 7.0 Describe IIS 7.0 request processing Describe the ASP.NET request pipeline Describe content and configuration replication Describe content and configuration centralization Describe IIS 7.0 support for industry standards
12
IIS 7.0 Pillars Security Extensibility Configuration System Management Diagnostics IIS 7.0 Secure Reliable Scalable + + + + +
13
Log Compress NTLM Basic CGI Static File ISAPI Anon … SendResponse Authentication Authorization ResolveCache ExecuteHandler UpdateCache … … modules Server functionality is split into ~ 40 modules... Modules plug into a generic request pipeline… extend server functionality Modules extend server functionality through a public module API. IIS 7.0 Request Processing
14
Replicate Content and Configuration Main IIS configuration file Built-in “Internet User” account Simple file copy Check for machine specific data IIS settings in Web.config XCopy with application
15
Centralize Content and Configuration IIS configuration Centralize on file server in Web.config files File System: Use Client Side Caching (CSC) Use Distributed File System Replication (DFSR) Web.config
16
Lesson 4: IIS 7.0 Configuration System Describe the new IIS 7.0 configuration system Describe the hierarchy of configuration files
17
New IIS 7.0 Configuration System Metabase Removed in IIS 7.0 Property names retained from metabase Central file: ApplicationHost.config Strongly typed Schema Uses ASP.NET semantics Distributed configuration Defaults in ApplicationHost.config Settings can be delegated
18
Hierarchy of Configuration Files Web Site 1 applicationHost.config Main IIS 7.0 settings web.config App 1 Windows Administrators Web Site Administrators ApplicationAdministrators Web Site 2 web.config App 2
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.