This could be a problem with IIS, have you upgraded recently? Usually this error gives you more details than that with some instructions of what to do. This error is thrown by ValidateConfigurationModule when it detects that
system.webServer/validation@validateIntegratedModeConfiguration is true and there is some configuration in httpHandlers or httpModules section which is not picked in integratedMode or
system.web/identity@impersonate is set to true which is also not effective in integratedMode. You can follow the suggestions in the error message to migrate the configuration so that your managed modules/handlers
work in integrated and classic mode both.
I just got this error and I changed the Reports / ReportServer virtual directory properties for the Application Pool from defaultapppool to the ReportServices pool. Restarted IIS , clear IIS cache and
kevinjuco
0 Points
1 Post
Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mo...
Feb 15, 2008 10:52 AM|LINK
it happens when I configuring reporting service of SQL server 2005, anybody knows how to solve this. many thanks.
=================================
Detailed Error Information
<div id=details-left>LD50
Member
405 Points
115 Posts
Re: Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipelin...
Feb 15, 2008 02:11 PM|LINK
This could be a problem with IIS, have you upgraded recently? Usually this error gives you more details than that with some instructions of what to do. This error is thrown by ValidateConfigurationModule when it detects that system.webServer/validation@validateIntegratedModeConfiguration is true and there is some configuration in httpHandlers or httpModules section which is not picked in integratedMode or system.web/identity@impersonate is set to true which is also not effective in integratedMode. You can follow the suggestions in the error message to migrate the configuration so that your managed modules/handlers work in integrated and classic mode both.
laguy88
Member
13 Points
12 Posts
Re: Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipelin...
Aug 30, 2008 01:30 AM|LINK
I just got this error and I changed the Reports / ReportServer virtual directory properties for the Application Pool from defaultapppool to the ReportServices pool. Restarted IIS , clear IIS cache and
http://localhost/reports - finally came up !!!
IIS7 , Vista Ultimate , SSRS 2005
Hope this helps someone, LA Guy
himanshukuma...
Member
12 Points
6 Posts
Re: Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipelin...
Nov 27, 2009 09:55 AM|LINK
Hello sir,
This is Himanshu Kumar Pant, I am facing the same issue
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
but the solution provided by you is not very much clear. Please provide the stepwise information so that I can follow it.
Thanks in advance
Himanshu Kumar Pant
eWebGuru.com
himanshukuma...
Member
12 Points
6 Posts
Re: Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipelin...
Dec 02, 2009 07:26 AM|LINK
Hello sir,
This is Himanshu Kumar Pant from eWebGuru.com, I resolve this issue by writing this code in web.config file. hope this will help you tool
the code is as:
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
Thanks
Himanshu Kumar Pant
eWebGuru.com
reliable web hosting
http://www.ewebguru.com
praneethjonn...
Member
4 Points
4 Posts
Re: Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipelin...
Apr 02, 2010 04:21 AM|LINK
Use classic asp.net application pool in iis. if problem doesnot solve try changing authentication on web.config file to "None"
santo2
Member
30 Points
43 Posts
Re: Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipelin...
May 06, 2010 05:47 AM|LINK
Haha! I don't call that a solution :) because then my authentication would be gone...