![]() |
#25 |
Banned
|
Цитата:
system.web для IIS 6 и для IIS 7 в classic режиме. system.webServer для IIS 7.0 в integrated режиме. Поэтому безопаснее дублировать. http://msdn.microsoft.com/en-us/library/bb763179.aspx Цитата:
Some settings in the system.webServer section apply only to IIS 7.0 Integrated mode and do not apply to Classic mode. In particular, any managed-code modules and handlers specified in the system.WebServer section of the Web.config file are ignored if the application is running in Classic mode. Instead, the managed-code modules and handlers must be defined as in earlier versions of IIS, in the httpModules and httpHandlers elements of the system.web section.
|
|