1 / 19

Internet Information Services (IIS) 7.5 for Developers

DEV336. Internet Information Services (IIS) 7.5 for Developers. Steve Evans http://SerkTools.com @scevans. Creating Sites in IIS. demo. HTTP Packet Trace. GET / HTTP/1.1 Accept: text/html, application/ xhtml+xml , */* Accept-Language: en-US

despina
Download Presentation

Internet Information Services (IIS) 7.5 for Developers

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. DEV336 Internet Information Services (IIS) 7.5 for Developers Steve Evans http://SerkTools.com @scevans

  2. Creating Sites in IIS demo

  3. HTTP Packet Trace GET / HTTP/1.1 Accept: text/html, application/xhtml+xml, */* Accept-Language: en-US User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) Accept-Encoding: gzip, deflate Host: site1.com Connection: Keep-Alive HTTP/1.1 200 OK Content-Type: text/html Content-Encoding: gzip Last-Modified: Wed, 16 Jun 2010 21:13:18 GMT Accept-Ranges: bytes ETag: "5b42e8bd98dcb1:0" Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET Date: Wed, 04 May 2011 23:03:04 GMT Content-Length: 164

  4. Creating Site with PowerShell cd iis:\\ 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"}

  5. SSL Certificates If the certificate creator is trusted And the host header matches And the date is in range Certificate Authority www.site1.com 1/17/11 to 1/16/12

  6. IIS Settings demo

  7. Securing IIS

  8. IIS5 – Installed by Default

  9. IIS6 – Security Improvements

  10. IIS 7/7.5 - Modularity

  11. Web Platform Installer demo

  12. Extensions: URL Rewrite demo

  13. IIS Express demo

  14. Required Slide Speakers, please list the Breakout Sessions, Interactive Discussions, Labs, Demo Stations and Certification Exam that relate to your session. Also indicate when they can find you staffing in the TLC. Related Content • DEV349 – An Overview of the Microsoft Web Stack (Scott Hanselman) • DEV342 – Web Deployment Made Easy: Seriously (Michael Palermo) • DEV344 – Why Web Performance Matters (Richard Campbell) • WSV276-HOL - Introduction to Windows PowerShell Fundamentals Find Me Later At…

  15. Web Track Resources • http://www.asp.net/ • http://www.silverlight.net/ • http://www.microsoft.com/web/gallery/ • http://www.iis.net/ • http://weblogs.asp.net/Scottgu/ • http://www.hanselman.com/blog/

  16. Resources • Connect. Share. Discuss. http://northamerica.msteched.com Learning • Sessions On-Demand & Community • Microsoft Certification & Training Resources www.microsoft.com/teched www.microsoft.com/learning • Resources for IT Professionals • Resources for Developers • http://microsoft.com/technet • http://microsoft.com/msdn

  17. Complete an evaluation on CommNet and enter to win!

More Related