HTTP Error 500.24 - Internal Server Error Error Summary HTTP Error 500.24 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. Detailed Error InformationModule ConfigurationValidationModule i
even tried IIS and changing the app pool for your application to use classic mode instead of integreted mode but still te same eror
svibuk
Member
717 Points
1728 Posts
HTTP Error 500.24 - Internal Server Error
Jun 20, 2012 05:37 AM|LINK
urenjoy
Star
11999 Points
1798 Posts
Re: HTTP Error 500.24 - Internal Server Error
Jun 20, 2012 05:51 AM|LINK
In your web.config make sure these keys exist:
<configuration> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> </system.webServer> </configuration>check following:
http://stackoverflow.com/questions/4209999/an-asp-net-setting-has-been-detected-that-does-not-apply-in-integrated-managed-p
http://forums.asp.net/t/1220358.aspx
svibuk
Member
717 Points
1728 Posts
Re: HTTP Error 500.24 - Internal Server Error
Jun 20, 2012 10:04 AM|LINK
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: HTTP Error 500.24 - Internal Server Error
Jun 21, 2012 07:30 AM|LINK
Hi
Which IIS version you use?
As far as I know IIS 7.0 are hosted using the ASP.NET Integrated mode by default.
And you said you had changed to classic mode, so why you still have this error:
Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
This error should be only occur in intergarted mode.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
svibuk
Member
717 Points
1728 Posts
Re: HTTP Error 500.24 - Internal Server Error
Jun 21, 2012 08:01 AM|LINK
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: HTTP Error 500.24 - Internal Server Error
Jun 21, 2012 08:05 AM|LINK
HI
Have your try to Restart the IIS admin services?
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: HTTP Error 500.24 - Internal Server Error
Jun 22, 2012 01:53 PM|LINK
Make sure that the application pool for the application/site is classic. Restart the app pool. You shopuld be fine as far as the pipeline goes then.
Jeff