如何切换IIS开发前preSS到"经典模式"

问题描述:

我知道如何在充分通过IIS应用程序池设置切换到经典模式(由综合模式)。但我无法找到如何做到这一点在当前的IIS开发前preSS测试版。

I know how to switch to "Classic Mode" (from "Integrated Mode") in the full IIS via application pool settings. But I can't find how to do it in the current IIS Developer Express beta.

在MS 开发前preSS常见问题解答说是可以做到的,而不是如何。这不是在WebMatrix的GUI,据我可以告诉。也许开发商防爆preSS项目文件的定制,但我没有看到任何文件都没有。

The MS Developer Express FAQ says it can be done, but not how. It's not in the WebMatrix GUI, as far as I can tell. Maybe customization of the Developer Express project file, but I don't see any documentation for that at all.

仅供参考,有一个设置区域,您可以(在这种情况下2.0)设置SSL,CLR版本,这就是我想的管道模式(经典/集成)会是这样,但它不存在。

FYI, there is a Settings area where you can set SSL, CLR version (2.0 in this case), which is where I figure the Pipeline mode (Classic/Integrated) would be, but it's not there.

我发现下面有我的IIS防爆preSS公测副本...工作

I found the following worked with my copy of the IIS Express beta ...

appcmd set app /app.name:ExampleApp/ /applicationPool:Clr4ClassicAppPool

请注意斜线在ExampleApp中的结束!

Note the forward slash at the end of ExampleApp !