-
How read Transaction log
Exist any tool that permit to open and read the file transaction log ?
-
Re: How read Transaction log
You can send the log to database, then you can make querys.
In the IIS Service manager, you can select Log File or Database.
"Wilson Ojeda" <siswaojeda@compensar.com> wrote in message
news:3e8d835f$1@tnews.web.devx.com...
Exist any tool that permit to open and read the file transaction log ?
-
Re: How read Transaction log
Even if you don't set IIS to log to a database table, it logs to a text file
by default--and you can easily open and read that file yourself. There's an
explanation of the field values in the IIS documentation. If you're looking
for an existing reporting tool, there are a number of freeware, shareware
and commercial components available. Search Google for "IIS log ASP" for
more information.
"Guillermo Baliari" <baliari@hotmail.com> wrote in message
news:3e921de5@tnews.web.devx.com...
> You can send the log to database, then you can make querys.
> In the IIS Service manager, you can select Log File or Database.
>
> "Wilson Ojeda" <siswaojeda@compensar.com> wrote in message
> news:3e8d835f$1@tnews.web.devx.com...
>
> Exist any tool that permit to open and read the file transaction log ?
>
>
>
>
-
Re: How read Transaction log
"Russell Jones" <arj1@nospam.northstate.net> wrote:
>Even if you don't set IIS to log to a database table, it logs to a text
file
>by default--and you can easily open and read that file yourself. There's
an
>explanation of the field values in the IIS documentation. If you're looking
>for an existing reporting tool, there are a number of freeware, shareware
>and commercial components available. Search Google for "IIS log ASP" for
>more information.
>
>"Guillermo Baliari" <baliari@hotmail.com> wrote in message
>news:3e921de5@tnews.web.devx.com...
>> You can send the log to database, then you can make querys.
>> In the IIS Service manager, you can select Log File or Database.
>>
>> "Wilson Ojeda" <siswaojeda@compensar.com> wrote in message
>> news:3e8d835f$1@tnews.web.devx.com...
>>
>> Exist any tool that permit to open and read the file transaction log ?
>>
>>
Ok, but where can you find that text file?
-
Re: How read Transaction log
Here's how to find the log. Open the IIS adminstration program. Select your
web site from the list in the left pane. Right-click and select Properties.
On the Web Site tab, you'll see an "Enable Logging" checkbox. If it's
checked, you're logging. The Active log format dropdown tells you what type
of logging IIS is performing. You can find out where IIS stores log files by
clicking the Properties button, and selecting the General Properties tab. By
default, IIS uses this folder to store log files:
C:\WINDOWS\System32\LogFiles. IIS begins new log files according to the
schedule selected on that dialog. The schedule determines the frequency with
which IIS begins new log files. Note that the name of the current log file
depends on the frequency setting.
"Eugène Schouten" <eschout@freeler.nl> wrote in message
news:3e99044b@tnews.web.devx.com...
>
> "Russell Jones" <arj1@nospam.northstate.net> wrote:
> >Even if you don't set IIS to log to a database table, it logs to a text
> file
> >by default--and you can easily open and read that file yourself. There's
> an
> >explanation of the field values in the IIS documentation. If you're
looking
> >for an existing reporting tool, there are a number of freeware, shareware
> >and commercial components available. Search Google for "IIS log ASP" for
> >more information.
> >
> >"Guillermo Baliari" <baliari@hotmail.com> wrote in message
> >news:3e921de5@tnews.web.devx.com...
> >> You can send the log to database, then you can make querys.
> >> In the IIS Service manager, you can select Log File or Database.
> >>
> >> "Wilson Ojeda" <siswaojeda@compensar.com> wrote in message
> >> news:3e8d835f$1@tnews.web.devx.com...
> >>
> >> Exist any tool that permit to open and read the file transaction log ?
> >>
> >>
> Ok, but where can you find that text file?
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks