190 likes | 228 Views
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
E N D
DEV336 Internet Information Services (IIS) 7.5 for Developers Steve Evans http://SerkTools.com @scevans
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
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"}
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
IIS Settings demo
IIS Express demo
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…
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/
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