GraemeMiller
GraemeMiller

Reputation: 12263

With Azure SDK 1.8 how do I Enable Intellitrace?

I am desperately trying to figure out why my Azure web role keeps re-cycling. I upgraded from MVC3 to MVC4 and it seems to be broken.

All the event log offers is

The application '/' belonging to site '1' has an invalid AppPoolId 'DefaultAppPool' set. Therefore, the application will be ignored.

And

The application '/' belonging to site '1273337584' has an invalid AppPoolId 

Most suggestions have been followed however I can't figure out how to enable Intellitrace in the publish dialog that came with SDK 1.8? The Enable Intellitrace checkbox doesn't seem to be there anymore.

Any ideas how to use Intellitrace now?

Upvotes: 1

Views: 574

Answers (1)

AvkashChauhan
AvkashChauhan

Reputation: 20576

If you are asking for how to enable Intellitrace with MVC4 web role in Azure SDK, you just need to set it in the Publish Window > Settings > Advance Settings as below:

enter image description here

Upvotes: 3

Related Questions