Follow me on Twitter

First time here?

Check out the Archive, and Subscribe to the RSS feed.

Migrate web.config to support the IIS 7 Integrated Pipeline

This post was written on March 15, 2009 22:13 by martinhn

Whenever you deploy a website to IIS 7 that is not compliant with the IIS 7 integrated pipeline, you will get an error like this one:

iis7-integrated-pipeline-error

Not the great error message you get. It actually gives you the solution right away: Migrate Web.config to support the integrated pipeline. To do that, start a command prompt, and execute:

%SystemRoot%\system32\inetsrv\appcmd migrate config "test/"

After doing this, our Web.config is changed to support the IIS 7 integrated pipeline and we can see the website.

Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading



Powered by BlogEngine.NET 1.6.0.0

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in  anyway.

© Copyright 2010