views:

900

answers:

1

In IIS7 you now have an integrated mode and an classic mode. Is it possible to force a site to run in integrated mode using web.config and without access to IIS7.

Reason I ask is that I have recently signed up with Mosso and need to run my site in integrated mode and not classic.

I know I can call them and maybe get them to change it over...

+3  A: 

That's a setting you won't be able to change through your app's web.config.

HTH
Kev

Kev
do you know by chance where this goes and what the setting is for the web.config?
Slee
The pipeline mode is a property of the application pool and is configured in "C:\Windows\System32\inetsrv\config\applicationHost.config" under configuration->system.applicationHost->applicationPools
Kev