在IIS7的web.config中设置集成模式 [英] Setting Integrated mode in web.config for IIS7

查看:202
本文介绍了在IIS7的web.config中设置集成模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在IIS7中,您现在拥有集成模式和经典模式。
是否可以强制网站使用web.config以集成模式运行而无法访问IIS7。

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.

我问的原因是我最近签了名与Mosso一起使用并且需要以集成模式运行我的网站而不是经典。

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...

推荐答案

这是一个你无法通过应用程序 web.config

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

管道模式是应用程序池的属性并已配置:

The pipeline mode is a property of the application pool and is configured:


C:\ Windows \ System32 \inetsrv\config \ applicationHost.config

下:


configuration-> system.applicationHost-> applicationPools

configuration->system.applicationHost->applicationPools

这篇关于在IIS7的web.config中设置集成模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆