August 2007 - Posts

If you can't wait till next month for the IIS 7.0 Webcasts series, you can watch the TechNet briefing which covers the same topics :) Of coz, these are recorded demos, you can't ask questions realtime compare to live webcasts. Here's the list of technet briefings available.

ADD-120: End-to-End Overview of Microsoft's New Web Application Server IIS7
ADD-121: Getting the Most Out of New Delegation and Configuration Capabilities with IIS 7
ADD-122: An In-Depth Look into Web Application Administration with IIS 7
ADD-123: IIS 7: Under the Hood for Web Request Tracing and Diagnostics
ADD-124: Building Custom IIS7 Web Server Extensions

Oh ya, you can download the videos in either ZUNE, WMA or MP3 format

937687 Web clients cannot resume SSL sessions or TLS sessions with IIS 6.0
939573 FIX: Error message in Internet Information Services 6.0 when you use the Active Directory Service Interfaces to enumerate the metabase properties of a virtual directory: "Error 0x80005008"

 

Posted by qbernard | with no comments
Filed under:

Ever wonder where to configure HTTP KEEP-ALIVE in IIS 7.0, or where to configure detail error message to be sent from ASP scripting engine. When I started to learn about the new IIS 7.0 IIS Manager, I always get frustrated coz it is quite different from the normal 'right mouse - property' configuration theme in IIS 6. But now, after I get used to the new interface, when I go back to my IIS 6 box, I got lost again :) 

So how much different in term of IIS UI between the two versions? I took a few minutes to do a quick mapping from IIS 6 website property page to the new IIS 7.0 IIS Manager:

Task IIS 6.0 IIS 7.0
IP Bindings and port Web site – Properties – Web site tab Actions pane - Bindings
Connection timeout Web site – Properties – Web site tab Actions pane - Limits
HTTP Keep-Alive Web site – Properties – Web site tab Features View pane – HTTP Response Header – Set Common Headers
Logging Web site – Properties – Web site tab Features View pane – Logging
Bandwidth Throttling and Connection limits Web site – Properties – Performance tab Actions pane - Limits
ISAPI Filters Web site – Properties – ISAPI Filters tab Features View pane – ISAPI Filters
Home Directory Web site – Properties – Home Directory tab Actions pane – Basic Settings / Advanced Settings
UNC Resource Web site – Properties – Home Directory tab Actions pane – Basic Settings / Advanced Settings
Redirection Web site – Properties – Home Directory tab Features View pane – HTTP Redirect
IIS Permissions – Scripts source access, Read, Write, Directory Browsing, Log Visits, Index this resource Web site – Properties – Home Directory tab Scripts source access: Feature depreciated.
Read, Write: NTFS permissions and Features View pane – Authorization Rules
Directory Browsing: Features View pane – Directory Browsing
Log Visits: Features View pane - Logging
Application Name Web site – Properties – Home Directory tab Features View pane – View Applications
Execute Permissions (None, Scripts Only, Scripts and Executable) Web site – Properties – Home Directory tab Features View pane – Handler Mappings – Edit Handler Permissions
Application Pool Web site – Properties – Home Directory tab Actions pane – Basic Settings / Advanced Settings
Application Extensions Mapping Web site – Properties – Home Directory tab – Configuration – Mapping tab Features View pane – Handler Mappings
ASP Configuration (session timeout, buffering, parent paths) Web site – Properties – Home Directory tab – Configuration – Options tab Session timeout: Features View pane – ASP – Sessions Properties
Buffering and Parent Paths: Features View pane – ASP - Behavior
ASP Debugging Flags (server-side and client side debugging, error message handling. Web site – Properties – Home Directory tab – Configuration – Debugging tab Features View pane – ASP – Debugging Properties
Default documents Web site – Properties – Documents tab Features View pane – Default Document
Document footer Web site – Properties – Documents tab Feature depreciated from UI.  Configure via AppCmd.exe instead. For example - appcmd set config “Fabrikam HR” /sections:staticContent
/enableDocFooter:true
/defaultDocFooter:”d:\foot.html”
/isDocFooterFileName:true
to configure document footer.
 
Authentication Web site – Properties – Directory Security tab Features View pane – Authentication
IP address and domain name restriction Web site – Properties – Directory Security tab Features View pane – IPv4 Address and Domain Restrictions
Secure Communication (SSL) Web site – Properties – Directory Security tab Features View pane – SSL Settings
HTTP Headers (content expiration, HTTP Headers, content rating, MIME Types Web site – Properties – HTTP Headers tab Content expiration and HTTP Headers: Features View pane – HTTP Response Headers
Content Rating: Feature depreciated from UI, However, you can try to configure the P3P policy via AppCmd.exe
MIME Types: Features View pane – MIME Types
Custom Errors Web site – Properties – Custom Errors tab Features View pane – Error Pages

Posted by qbernard | 2 comment(s)
Filed under: , ,