currently i am deploying IIS with octpus but now I have the following problem …
I need a special setting for my application pool. If you deploy a AppPool for example “TestWebserviceApp-Pool” you have a featue in Applications Pools (in the IIS Manager) then go to the advanced setting under the Process Model > Load User Profile --> this specific value needs to be true.
Does somebody know how to set this specific setting?
Unfortunately, there’s no way to accomplish this in Octopus at the moment. Alternatively, you can script the entire process with PowerShell and run the script through Octopus.
Here’s a link to our documentation on how to run Custom Scripts in Octopus that might come in handy.
I hope this helps and please let me know if you have further questions or concerns.