I enabled IntelliTrace on an ASP.NET MVC2 app that seems to working very well in the staging area. My app talks to a SQL Azure database, and everything's running smoothly, but the intellitrace log is filled with Exceptions. Some of those are obvious MVC2 messages (like开发者_StackOverflow社区 an exception about not being able to find a file in the controller's view folder, but it finds it in the Shared folder instead... ), but some have me a little worried. Should I be?
See the attached screenshot.
Bottom Line - should the tracelog be filled with garbage like this or am I doing something silly?
Alright, here is a repost so everyone with a similar issue can find the solution.. After you've deployed your application don't forget to adjust configuration settings DiagnosticsConnectionString and DataConnectionString to re-point them to the actual Azure storage instead of development storage.
精彩评论