We using umbraco 4.72. We had hosted the site on a staging servers without any problems. Recently we have migrated the site to our live environment. Post the migration, the website is functional but the umbraco back end editor returns the following error message - "HTTP Error 500.22 - Internal Server Error. An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.". Below is the detailed error information
ModuleConfigurationValidationModule
NotificationBeginRequest
HandlerExtensionlessUrlHandler-Integrated-4.0
Error Code0x80070032
Logon MethodNot yet determined
Logon UserNot yet determined
Please note that the version of webserver and IIS on the live environment where the problem occurs -
Windows Server 2008 R2
V 6.1 (Build 7601: Service Pack 1)
IIS version 7.5.7600.16385
As per the forum posts, we have ensured that the following web.config fragment exists but with no results -
To me this sounds more like a permission issue - I would double check that the proper permissions have been granted on the folder containing the umbraco website and make sure that the app pool is run by the right user.
Accessing the cms umbraco section causes the error mentioned in the post above. However if another website is created with a single website binding, and pointed towards the same file structure, the cms umbraco section works e.g. http://site2.co.uk ;
HTTP Error 500.22 - Internal Server Error.
Hello,
We using umbraco 4.72. We had hosted the site on a staging servers without any problems. Recently we have migrated the site to our live environment. Post the migration, the website is functional but the umbraco back end editor returns the following error message - "HTTP Error 500.22 - Internal Server Error. An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.". Below is the detailed error information
Module ConfigurationValidationModule
Notification BeginRequest
Handler ExtensionlessUrlHandler-Integrated-4.0
Error Code 0x80070032
Logon Method Not yet determined
Logon User Not yet determined
Please note that the version of webserver and IIS on the live environment where the problem occurs -
Windows Server 2008 R2
V 6.1 (Build 7601: Service Pack 1)
IIS version 7.5.7600.16385
As per the forum posts, we have ensured that the following web.config fragment exists but with no results -
<System.webServer>
<validation validateIntegratedModeConfiguration="false" />
</System.webServer>
Please can you shed some light on this and how we can resolve this?
Regards
Shwetha
Hi Shwetha
To me this sounds more like a permission issue - I would double check that the proper permissions have been granted on the folder containing the umbraco website and make sure that the app pool is run by the right user.
Hope this helps.
/Jan
morning all,
We still have an issue with this. Our live site has multiple website bindings assigned with IIS
http://www.site.co.uk
http://site.co.uk
http://www.site.com ;
Accessing the cms umbraco section causes the error mentioned in the post above.
However if another website is created with a single website binding, and pointed towards the same file structure, the cms umbraco section works
e.g. http://site2.co.uk ;
I've also applied the mutliple bindings recommended here http://books.google.co.uk/books?id=wZiaz3P_15gC&pg=PA156&lpg=PA156&dq=multiple+IIS+web+site+bindings+umbraco+sites&source=bl&ots=8NdeWg7046&sig=1AB71JVBbNF1infZlIgWVMr4IyI&hl=en&sa=X&ei=pRTkULImiOyyBtjSgKgI&ved=0CGwQ6AEwBw#v=onepage&q=multiple%20IIS%20web%20site%20bindings%20umbraco%20sites&f=false
but with no success. The main site also has mobile website binding. Any thoughts?
Thanks in advance
Efe
is working on a reply...