Thursday, December 30, 2010

IIS6 and IIS7 Mapping

Just had a big problem when I was trying to set the execute permissions in IIS6 until I found this chart



TaskIIS 6.0IIS 7.0
IP Bindings and portWeb site – Properties – Web site tabActions pane - Bindings
Connection timeoutWeb site – Properties – Web site tabActions pane - Limits
HTTP Keep-AliveWeb site – Properties – Web site tabFeatures View pane – HTTP Response Header – Set Common Headers
LoggingWeb site – Properties – Web site tabFeatures View pane – Logging
Bandwidth Throttling and Connection limitsWeb site – Properties – Performance tabActions pane - Limits
ISAPI FiltersWeb site – Properties – ISAPI Filters tabFeatures View pane – ISAPI Filters
Home DirectoryWeb site – Properties – Home Directory tabActions pane – Basic Settings / Advanced Settings
UNC ResourceWeb site – Properties – Home Directory tabActions pane – Basic Settings / Advanced Settings
RedirectionWeb site – Properties – Home Directory tabFeatures View pane – HTTP Redirect
IIS Permissions – Scripts source access, Read, Write, Directory Browsing, Log Visits, Index this resourceWeb site – Properties – Home Directory tabScripts 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 NameWeb site – Properties – Home Directory tabFeatures View pane – View Applications
Execute Permissions (None, Scripts Only, Scripts and Executable)Web site – Properties – Home Directory tabFeatures View pane – Handler Mappings – Edit Handler Permissions
Application PoolWeb site – Properties – Home Directory tabActions pane – Basic Settings / Advanced Settings
Application Extensions MappingWeb site – Properties – Home Directory tab – Configuration – Mapping tabFeatures View pane – Handler Mappings
ASP Configuration (session timeout, buffering, parent paths)Web site – Properties – Home Directory tab – Configuration – Options tabSession 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 tabFeatures View pane – ASP – Debugging Properties
Default documentsWeb site – Properties – Documents tabFeatures View pane – Default Document
Document footerWeb site – Properties – Documents tabFeature 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.
AuthenticationWeb site – Properties – Directory Security tabFeatures View pane – Authentication
IP address and domain name restrictionWeb site – Properties – Directory Security tabFeatures View pane – IPv4 Address and Domain Restrictions
Secure Communication (SSL)Web site – Properties – Directory Security tabFeatures View pane – SSL Settings
HTTP Headers (content expiration, HTTP Headers, content rating, MIME TypesWeb site – Properties – HTTP Headers tabContent 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 ErrorsWeb site – Properties – Custom Errors tabFeatures View pane – Error Pages

No comments:

Post a Comment