Search code examples
c#.netiisiis-express

IIS Express: startMode=”AlwaysRunning”


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.


Solution

  • you are correct... 'startMode' property is not respected in IIS Express.