it seems that IIS Express does not support the startMode property in the applicationHost.config ( IIS Express won't start if the startMode prperty is set )
<applicationPools>
<add name=”MyAppPool” startMode=”AlwaysRunning” />
</applicationPools>
Am i missing sth. here or is this just not supported?
Thx.
you are correct... 'startMode' property is not respected in IIS Express.