I have an Azure webrole, which hosts multiple Umbraco websites.
I want to enable "cs-host" logging from IIS, how do I code for this in the service definition?
I have an Azure webrole, which hosts multiple Umbraco websites.
I want to enable "cs-host" logging from IIS, how do I code for this in the service definition?
Copyright © 2021 Jogjafile Inc.
This is not possible in the ServiceDefinition.csdef. You'll need to do this from the WebRole.cs or use a startup task.