Reputation: 1203
Is there a way to view IIS logs the way I can view iisexpres.exe logs? I mean real time, on the console? The most important part of the question is of course 'realtime', because IIS caches log contents and flushes it periodically.
m.
Upvotes: 1
Views: 727
Reputation: 13601
The answer really depends on specifically what are you trying to achieve, if it is for development purposes or more proudction use. There is no easy way to look at "logs" specifically in real time. However, I can think of a couple of options:
Upvotes: 1