1 / 29

Windows Server 2008 R2 IIS 7.5

Windows Server 2008 R2 IIS 7.5. Steve Evans http://SerkTools.com. Steve Evans. Microsoft MVP, Directory Services Blog – http://SerkTools.com Twitter - @scevans SerkTools ( http://SerkTools.com ) Content Creation/Delivery Screencast, Whitepapers, Blogging, Events Consulting

claral
Télécharger la présentation

Windows Server 2008 R2 IIS 7.5

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Windows Server 2008 R2IIS 7.5 Steve Evans http://SerkTools.com

  2. Steve Evans • Microsoft MVP, Directory Services • Blog – http://SerkTools.com • Twitter - @scevans • SerkTools (http://SerkTools.com) • Content Creation/Delivery • Screencast, Whitepapers, Blogging, Events • Consulting • Microsoft IT Infrastructure (Active Directory, SQL, SharePoint, Exchange, Identity, etc)

  3. Modular (IIS 5)

  4. Modular (IIS 6)

  5. Modular (IIS 7.5)

  6. Web Platform Installer

  7. Web Platform Installer

  8. Web Platform Installer

  9. Web Platform Installer

  10. Web Platform Installer

  11. Web Platform Installer

  12. Web Platform Installer

  13. Web Platform Installer

  14. Web Platform Installer

  15. Server Core

  16. Server Core: Installing IIS dism.exe /online /get-features dism.exe /online /enable-feature /featurename:NetFx2-ServerCore dism /online /enable-feature /featurename:NetFx2-ServerCore dism /online /enable-feature /featurename:NetFx3-ServerCore dism /online /enable-feature /featurename:IIS-WebServerRole dism /online /enable-feature /featurename:IIS-ISAPIFilter dism /online /enable-feature /featurename:IIS-ISAPIExtensions dism /online /enable-feature /featurename:IIS-NetFxExtensibility dism /online /enable-feature /featurename:IIS-ASPNET dism /online /enable-feature /featurename:IIS-ManagementService dism /online /enable-feature /featurename:WAS-WindowsActivationService dism /online /enable-feature /featurename:WAS-ConfigurationAPI

  17. IIS: Remote Management reg Add HKLM\Software\Microsoft\WebManagement\Server /V EnableRemoteManagement /T REG_DWORD /D 1 /F reg Add HKLM\System\CurrentControlSet\services\wmsvc /V Start /T REG_DWORD /D 2 /F net start wmsvc

  18. PowerShell Integration cdiis:\\ New-Item iis:\Sites\site2.com -bindings @{protocol="http";bindingInformation="*:80:site2.com"} -physicalPath C:\inetpub\site2.com New-ItemPropertyiis:\sites\site2.com -name bindings -value @{ protocol="http"; bindingInformation="*:80:www.site2.com"}

  19. Best Practice Analyzer (BPA) • Scans IIS and compares to list of rules • Other Services • Active Directory Certificate Services (ADCS) • Active Directory Domain Services (ADDS) • Domain Name System (DNS) • Dynamic Host Configuration Protocol (DHCP) • Remote Desktop Services (RDS) • Network Policy and Access Services (NPAS)

  20. Shared Config

  21. Web.config Feature Delegation Developer Control Web Farms & Settings Transfer

  22. Extension: Application Warm-Up Application Pool Starts First Request to Site Site Compiled Database Connections Established Site Delivered to User

  23. Extension: URL Rewrite • DEMO: Add www to URL • DEMO: Create Friendly URL • DEMO: Rewrite URL • DEMO: Host multiple sites

  24. Extension: Application Request Routing • Layer 7 Load Balancer (HTTP Routing) • Health Monitoring of Load Balanced Nodes • Disk-Based Caching

  25. Extension: Application Request RoutingLoad Balancing WLBS /img /video / Caching ARR Servers

  26. Extension: Application Request RoutingContent Delivery Network ARR Server Caching Web Farm

  27. Extension: Web Deploy • DEMO: Build Site • DEMO: Deploy staging site • DEMO: Deploy prod site

  28. Extensions: Other • FTP & WebDav • Bit Rate Throttling • Smooth Streaming • SEO Toolkit • Dynamic IP Restrictions • Advanced Logging

  29. Steve Evans • Microsoft MVP, Directory Services • Blog – http://SerkTools.com • Twitter - @scevans • SerkTools (http://SerkTools.com) • Content Creation/Delivery • Screencast, Whitepapers, Blogging, Events • Consulting • Microsoft IT Infrastructure (Active Directory, SQL, SharePoint, Exchange, Identity, etc)

More Related