It's still not generating any trace logs.
I've got two different application pools. The only differences between these application pools are the version of
the .NET framework they are running and there is a rapid-fail
protection shut down executable specified for the one runing the 1.1
Framework.
The one running the 1.1 Framework is the default for the site.
The one running the 2.0 Framework is used for a particular folder and everything contained in that folder.
Here's what I've tried and the various results:
http://mydomain/foo.html
http://mydomain/folderwith1.1/foo.html
These both came up with a 404 error and generated a trace log. It showed a generic IIS 7 error page with some details.
http://mydomain/folderwith2.0/foo.html
I see a similar page, but no trace log is generated.
http://mydomain/foo.aspx
http://mydomain/folderwith1.1/foo.aspx
These both came up with a 404 error and generated a trace log. It showed a generic ASP.NET error page.
http://mydomain/folderwith2.0/foo.aspx
I see a similar page, but no trace log is generated.
There is only one trace rule specified. The path is "*" the staus codes are "200-999" ASP, ASPNET, ISAPI Extension and WWW Server are all selected as providers along with all Areas of each of the providers and the Verbosity is set to Verbose.