views:

59

answers:

1

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.

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.

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.

A: 

What version of VS are you using? The reason I ask is because tooling support for integrated mode is only supported from VS2010 up. See comment here:

http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx

http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe

http://learn.iis.net/page.aspx/870/use-the-command-line-to-run-a-webmatrix-site-or-application/

IrishChieftain
I'm just using the WebMatrix GUI--the front-end that launches and configures the service. I'm not using the tooling in Visual Studio. For what it's worth though, VS2010.
Mufasa
See if you can find a way to set the mode using either the AppCmd.exe or iisexpress command line tools - am adding links above:-)
IrishChieftain