1

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?

1 Answers1

0

This is not possible in the ServiceDefinition.csdef. You'll need to do this from the WebRole.cs or use a startup task.

Community
  • 1
  • 1
Sandrino Di Mattia
  • 24,739
  • 2
  • 60
  • 65