-
Posted to
Advanced Topics
by
joelangley
on
11-17-2009, 10:37 PM
It is hard to see without seeing your code 100%, but in the past I have had trouble using Logparser to read an event viewer on a different domain...even when attempting impersonation. My solution was to do pass-through authentication. Although not the best solution, it does work and will allow you to parse a log on a different domain.
-
Posted to
IIS7 - Performance
by
joelangley
on
10-26-2009, 4:44 PM
I looks like a custom .NET app. All he is doing is sending a request in a loop on a number of threads and getting some basic metrics. This can also be done in powershell in probably a few lines. You can look up System.Net.WebRequest as a start.
-
Posted to
Output Targets
by
joelangley
on
10-25-2009, 9:36 PM
I have never seen that happen to me. Can you post your query?
-
Posted to
Input Formats
by
joelangley
on
10-23-2009, 11:51 AM
Please search the forum (http://www.iis.net/search.aspx?q=printer+logparser)...this has been asked many times.
Here is one good post: http://forums.iis.net/p/1144816/1853134.aspx#1853134
-
Posted to
General Discussion
by
joelangley
on
10-20-2009, 2:16 PM
Not directly built in. However, gluegood has posted on his blog an extension to do this: http://gluegood.blogspot.com/2008/04/freeware-logparseroledb.html
-
Posted to
Input Formats
by
joelangley
on
10-17-2009, 7:27 PM
Hmmm...Is that the only log?
-
Posted to
Input Formats
by
joelangley
on
10-15-2009, 10:14 PM
Yes, what format is the exchange logfile in? W3C? If I remember correctly exchange 2000+ was supposed to default to W3C but I don't know for sure if that is true.
-
Posted to
Advanced Topics
by
joelangley
on
10-15-2009, 10:10 PM
I agree with Madness80. Try using ProcMon to see what account is trying to access your server. For the record, I have a windows services doing exactly what you are asking for and it works (with a few minor steps in between like ungzipping old archive files)...but I have it running under a higher account.
-
Posted to
IIS7 - General
by
joelangley
on
09-30-2009, 10:29 PM
You put it in wwwroot or the root of your application? It should be in the root of your application..so assume you have a folder called MyWebApp in c:\inetpub\wwwroot\MyWebApp...then put the favicon in the root of the MyWebApp folder.
-
Posted to
General Discussion
by
joelangley
on
09-30-2009, 10:26 PM
it ignored testDB?