The web app has My.Application.Log instead of My.Log
According to the MSDN documentation ( http://msdn.microsoft.com/en-us/library/ms172987.aspx ), the My.Application.Log property is used to write log entries for client applications, and the My.Log property is used to write entries magazine for web applications. However, I have a web application with a bunch of calls to My.Application.Log in .aspx.vb files. They compile correctly, but if I change them to My.Log I get compilation errors. Does anyone know why this would be?
0
a source to share