Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to know Logfolder of a Portal from aspx ???

  Asked By: Brenton Floyd         Date: Sep 21, 2004      Category: Sharepoint      Views: 155

I want to display most active users list ( for ex last 30 min) accessing sharepoint site .

For that I had parsed the log files created by IIS and got the most active users information…..(Checking for every 30 minutes )

For every portal IIS creating logfile in one folder( W3svc………..) in c:\windows\system32\logfiles\ path

(In IIS )When I select website properties ->properties logfolder name is mentioned

My problem is how to know logfolder name of a portal programitically ( from .aspx page )

Sharepoint also use these logfiles for siteusage …….

How sharepoint knows the log folder path ????????

Where that information is stored?????????????????

If I get that folder name I can go directly there and I can parse log file ………..

Tagged:                

 

1 Answer Found

 
Answer #1       Answered By: Rudy Francis          Answered On: Sep 21, 2004       

I am having issues with parsing the log  files.

Could you help me regarding the code for the same.

 
Didn't find what you were looking for? Find more on How to know Logfolder of a Portal from aspx ??? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].