This article introduces the simple Web site construction and single IIS multiple domain name, in addition to the introduction of the next 2008r2 IIS has been updated to 7.5, then 7.5 brought us what changes, the following from the user from the MSDN translation of the original text as follows
Although it was updated to 7.5, it still only supports HTM and ASP and CGI. The current popular PHP has to be a new one. Download a file from the PHP Web site and install it to IIS to enable IIS to support PHP
Update list:
1. Content Publishing Extensions (FTP, WEBDAV) integrated into Web server OS
2. Integrated Administration Pack extended to Windows Server OS
3. New IIS7 PowerShell provider and Commandlet support
4. Rich Server Core Application hosting
5. Improved FASTCGI support
6. IIS Core Changes
Supports custom tracing for configuration systems.
The ability to audit or track configuration changes by configuring polling-this is a requirement from the hosting business, especially if you want to monitor customers to change the configuration system.
Asp. NET supports different versions of the CLR (for example, CLR4.0), and this feature is important for developers to switch versions with the use of multiple CLR versions. We also ported this functionality back to Windows Server 2008 SP2.
Better control of the application pools, you can specify the CLR settings for each application pool, and you can monitor performance with the new application pool performance counters.
You can delegate custom errors, which are the most requested from the developer, and they want the non-administrator to change the custom error locally or remotely.
IPV6 support for IP restriction list.
Request filtering finer granularity control, especially for query strings to help prevent SQL injection attacks. Request filtering now also supports requests for specific rules so that SQL injection rules apply only to specific requests.
NEGO2 support will allow built-in support for LiveID PROVIDERS,FEDSSP, and smaller grains of kerberos/ntlm enabling.
Supports managed Service accounts domain accounts that do not require a password.
AppPool Identity Support
Support for application pool warm-up, large applications will need to "start" an application pool so that initial requests will have better performance.
7.IIS Best Practice Analyzer
So it seems that newer content is better suited to the next generation of Internet, IPV6 support and support for WebDAV.
This article is divided into 1. Installation 2. Simple Web Site Settings 3. Multi-domain
1. Installing Web Features
The first is to use the Add Role Wizard in Server Management to start the Role wizard to add the Web server role