Homepage | About Me | Mayday | Testing ASP.net Book | Follow me on Twitter | GitHub | SlideShare | RSS | DropBox referral link
Blog.BenHall.me.uk

An ASP.NET setting has been detected that does not apply in the Integrated managed pipeline mode

Thursday, May 29, 2008

After installing CruiseControl.Net, CCNet, I attempted to load the web dashboard and got the following error display.

image

It said: "An ASP.NET setting has been detected that does not apply in the Integrated managed pipeline mode"

How confusing!! A quick look on the IIS7 documentation, blogs, forums etc I ran the following command.

%SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/".

I then refreshed the webpage and everything worked perfectly!

image

Technorati Tags: , ,

Labels:

Blogger comments

At 1:15 PM, Blogger zoldmoha said...
Hi!
Thanks for the help!
I was lost and your post made my day.    
At 12:15 PM, Blogger John said...
Great stuff - I just ran into the same issue on Windows Server 2008 and this fixed the issue on that platform too.

Also I was very impressed with your presentation at DDD7 on Saturday!    
At 2:11 AM, Blogger Ryan said...
Thanks! Just what I needed to get everything running smoothly.