Solution to problem where. Net cannot be displayed when IIS is released in win7
ReprintedBytes Error SummaryHTTP Error 500.24-internal server error detected ASP. net settings that are not applicable in integrated managed pipeline mode. Possible operations:
If the application ProgramIf it is supported, client simulation is disabled.
If you are sure you can ignore this error, you can
System. webserver/validation @ validateintegratedmodeco Nfiguration
Set it to false to disable it.
Move the application to the application pool in classic. Net mode-
For example,
% SystemRoot % \ system32 \ inetsrv \ appcmd set app "Default web
Site/"/applicationpool:" Classic. Net apppool"
(You can set "Classic. Net apppool" to the name of another application pool running in classic managed pipeline mode)
Many solutions have been implemented on the Internet. Most of them are to change the default application pool (defaultapppool) of website applications to the classic application pool (Classic. net ).
Apppool)
We recommend that you change the managed pipeline mode of the default application pool (defaultapppool) from "integration" to "classic"
If you run the aspx file when you use IIS 7 or later than IIS 7.0:"Detected that it is not applicable in integrated managed pipeline Mode
ASP. NET settingsThis method can be used to solve the problem.