With the increasing popularity of win7, I gradually began to use iis7. I am not very familiar with it. The following describes several frequently encountered problems.
1. When adding a virtual directory under the default site, you need to select an applicationProgramWith the current ASP.. NET 2.0 and 4.0. If both frm2.0 and frm4.0 are installed, four options are displayed, namely ASP. net2.0 classic and integration, Asp. net4.0 classic and integrated. The logic of different assembly handlers is different. If the setting fails, browsing the corresponding website may return a yellow page error.
2. Add the corresponding Mine Type resolution. For a Type format file that is not supported by IIS by default, you need to add the corresponding Mine Type resolution, select the site, in the function view, double-click the mine type to add the corresponding data type.
3. Set the default start page, which is similar to adding the mine type. In the function view of the site, select "Default Document", add the specified start page, and specify the order, these are the same as IIS6.
4. enable Anonymous access. In iis7, adding a WEB virtual directory is very simple. I feel that many settings have been integrated to the upper-level (SITE). In the functional view of the site, select "authentication" and check whether "Anonymous Authentication" is enabled after it is enabled. Then, the website can be accessed anonymously.
5. permission settings. When no permission settings are added, the following error occurs:
In this case, you need to edit the permission. On the folder properties page, select the Security tab and add the read and write permissions of everyone. After confirmation, you can.
Iis7 is more convenient and easier to use than the previous IIS6 operations.
We will discuss more.