Steve Evans – @scevans – http://serktools.com
Host name – when creating a web site in IIS, chose host name based on how user will type. EG, site1.com, www.site1.com; Example using Powershell to create a web site. SSL starts with certificate authority (Godaddy, etc). Browser will check who created certificate, then a host header match. Then a data match. Create a certificate at the root of the server. Starting in IIS 7, create a self signed certificate. This will at least cause the encryption to happen. Then on site, you can set https binding. But you cannot bind by the name on SSL. Wildcard certificates can be used as well.
Example of a new default document. Feature delegation will control what changes are managed through web.config or internal to IIS.
Application Pools – Integrated mode on app pools is the way to go if you can. Normally, he sets the timeout to 0. Set the app pool reset to 0 and set the time span to something like 2 AM.
Failed Request Tracing Rules – example of checking for codes of 500. Generate logs. Shows Web Deploy.
No comments:
Post a Comment