IIS.

Slides:



Advertisements
Similar presentations
Enabling Secure Internet Access with ISA Server
Advertisements

Extending ForeFront beyond the limit TMGUAG ISAIAG AG Security Suite.
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 13: Administering Web Resources.
Module 5: Configuring Access to Internal Resources.
Module 5: Configuring Access for Remote Clients and Networks.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 13: Administering Web Resources.
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
Chapter 13 Chapter 13: Managing Internet and Network Interoperability.
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
11 SHARING FILE SYSTEM RESOURCES Chapter 9. Chapter 9: SHARING FILE SYSTEM RESOURCES2 CHAPTER OVERVIEW  Create and manage file system shares and work.
Internet Information Server (IIS)
Ch 13 - Adminstering Web Resources1 Ch. 13 – Administering Web Resources MIS 431 – Created Spring 2006.
Domain Name Server © N. Ganesan, Ph.D.. Reference.
1 Enabling Secure Internet Access with ISA Server.
Windows Server 2008 Chapter 8 Last Update
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Ch 8-3 Working with domains and Active Directory.
Managing Client Access
Module 4 Managing Client Access. Module Overview Configuring the Client Access Server Role Configuring Client Access Services for Outlook Clients Configuring.
11 SHARING FILE SYSTEM RESOURCES Chapter 9. Chapter 9: SHARING FILE SYSTEM RESOURCES2 CHAPTER OVERVIEW Create and manage file system shares and work with.
Module 1: Installing Internet Information Services 5.0.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Configuring a Web Server. Overview Overview of IIS Preparing for an IIS Installation Installing IIS Configuring a Web Site Administering IIS Troubleshooting.
Overview: Identify the Internet protocols and standards Identify common vulnerabilities and countermeasures Identify specific IIS/WWW/FTP concerns Identify.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Six Configuring Windows Server 2008 Web Services,
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter Four Configuring Outlook and Outlook Web Access.
Implementing ISA Server Publishing. Introduction What Are Web Publishing Rules? ISA Server uses Web publishing rules to make Web sites on protected networks.
1 Chapter 6: Proxy Server in Internet and Intranet Designs Designs That Include Proxy Server Essential Proxy Server Design Concepts Data Protection in.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 13: Administering Web Resources.
15.47 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 15: Configuring a Windows.
Remote Administration Remote Desktop Remote Assistance Remote Server Administration Tools.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Copyright 2000 eMation SECURITY - Controlling Data Access with
Microsoft Internet Information Services 5.0 (IIS) By: Edik Magardomyan Fozi Abdurhman Bassem Albaiady Vince Serobyan.
IT:Network:Apps.  Microsoft Web Server ◦ Used by ~ 50% of Fortune 500 companies  Comes with Server OS  Expandable  Easy to use.
Course ILT Internet/intranet support Unit objectives Use the Internet Information Services snap-in to manage IIS, Web sites, virtual directories, and WebDAV.
Internet Information Server © N. Ganesan, Ph.D. All Rights Reserved.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter Two Installing and Configuring Exchange Server 2003.
Chapter 9: SHARING FILE SYSTEM RESOURCES1 CHAPTER OVERVIEW  Create and manage file system shares and work with share permissions.  Use NTFS file system.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
Module 2: Overview of IIS 7.0 Application Server.
Extending ISA/IAG beyond the limit. AGAT Security suite - introduction AGAT Security suite is a set of unique components that allow extending ISA / IAG.
1 Chapter Overview Creating Web Sites and FTP Sites Creating Virtual Directories Managing Site Security Troubleshooting IIS.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter One Introduction to Exchange Server 2003.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 10: Internet Information Services (IIS)
IS 4506 Windows NTFS and IIS Security Features.  Overview Windows NTFS Server security Internet Information Server security features Securing communication.
VIRTUAL SERVERS Chapter 7. 2 OVERVIEW Exchange Server 2003 virtual servers Virtual servers in a clustering environment Creating additional virtual servers.
Web Server Administration Chapter 6 Configuring a Web Server.
Chapter 7: Using Windows Servers
Chapter 10: Web Basics.
Module 3: Enabling Access to Internet Resources
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 13: Administering Web Resources.
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
Implementing TMG Server Publishing
CompTIA Server+ Certification (Exam SK0-004)
Utilize Group Policy Terminal Server Settings
Server-to-Client Remote Access and DirectAccess
الخطوات المطلوب القيام بها قبل انشاء الموقع
ما هي خدمة بروتوكول نقل الملفات؟
IS 4506 Server Configuration (HTTP Server)
Configuring Internet-related services
AbbottLink™ - IP Address Overview
INTERNET APPLICATIONS
Designing IIS Security (IIS – Internet Information Service)
Computer Networks Protocols
IS 4506 Configuring the FTP Service
Presentation transcript:

IIS

Nội dung

Install Web Server Role

IIS Features

IIS Features

command-line tool pkgmgr.exe add components to Web Server

Create, Configure & Manage Websites-IIS Manager

IIS manager’s section

Add Web Site

1

configuration site

Creating a Virtual Directory alias linking another directory not contained within home directory appear to users as simply a subfolder to website

Website Properties right-clicking a website selecting Properties

SMTP E-Mail feature

Secure Websites

secured website

IP & Domain Restrictions allow or deny access to a single IP address a range of IP addresses domain name.

Restrictive Authentication

HTTP Request Filtering

Restrict Directory Browsing disabled by default allows client to see directories & drill down on desired files Restrict Directory Browsing is enabled restrict what user will see while browsing

users supply credentials

Delegate Rights Assignments

define what remote managers will be able to change

Using SSL Certificates

Steps Request certificate Install Cert Create Certificate Request— Create Domain Certificate Request— Create Self-Signed Certificate Request— Install Cert bind Internet Server Certificate for website & enable configure SSL settings for site application or physical directory

domain-based certificate request

bind

Config SSL

Web user Account

Assigning Permissions to User Account

Improve IIS 7.0 Performance

Output Caching keep a copy of previously requested pages in memory When using it with dynamic web content two modes User mode Kernel mode

Compression improve transmission of data by utilizing less bandwidth applied to static files and/or dynamic applications

Logging Frequency

Installing & Configuring FTP supporting FTP over SSL. host multiple FTP sites with same IP address Both web & FTP content can be hosted from same site. UTF8, IPv6, and integration with other repositories such as SQL Server are supported.

Installing FTP Server

Creating a Secure FTP 7.5 Site Using SSL

Configuring FTP 7.5 Features & Properties

FTP Authentication Feature Page

authentication mechanisms for FTP Anonymous Authentication Basic Authentication ASP.NET Authentication IIS Manager Authentication

FTP Directory Browsing Feature Page

Directory Listing Options

FTP Messages Feature Page

FTP Messages Feature Page

FTP User Isolation Feature Page

Configuring SMTP

Installing SMTP Server Feature

Configuring SMTP Services SMTP Virtual Server has its own set of configuration settings Managed independently.

Creating a New SMTP Virtual Server right-click server object point to New/SMTP Virtual Server select on which network connections SMTP server specify file system location that will serve as root for SMTP virtual server

Configuring General SMTP Server Settings

General tab network connection settings for SMTP server use Advanced button to configure multiple bindings

Securing Access to an SMTP Virtual Server

Authentication settings

restrict access to SMTP virtual server click Connection button on Access tab Only The List Below only computers that match the entry rules All Except The List Below Rule add are for pc that are not allowed

relay restrictions SMTP relaying Relay Restrictions a message is sent with both to and from addresses that are not part of virtual server’s domain method for spammers Relay Restrictions specify which computers can relay messages through SMTP server

Configuring Messages Options

Defining Delivery Properties

Defining Delivery Properties Maximum Hop Count hop count to record the number of times it has been forwarded. Masquerade Domain rewrite domain of From addr used for outbound messages ensure that outgoing messages have a consistent domain name Fully Qualified Domain Name DNS address of SMTP virtual server, Address (A) and Mail Exchanger (MX) records.

Smart Host messages from this SMTP virtual server will be routed through specified server used when multiple internal servers should route their messages through a specific SMTP server that has access to Internet

Enabling LDAP Routing Lightweight Directory Access Protocol (LDAP) queries to resolve to & from addresses in mail specify type of LDAP system SMTP server will be connecting address of server

Managing Security Permissions

Monitoring SMTP Virtual Servers

%SystemDrive%\Inetpub\Mailroot

Using an SMTP Virtual Server Using Telnet Using a Client Messaging Application Configuring SMTP Settings for ASP.NET

Configuring SMTP e-mail settings for an IIS 7 Web site