Welcome to Mediachase Community
Sign in
|
Join
|
Help
Search
RSS 2.0
Atom 1.0
Home
About
Email
<
September 2007
>
Su
Mo
Tu
We
Th
Fr
Sa
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
Archives
March 2008 (12)
February 2008 (7)
December 2007 (1)
November 2007 (1)
October 2007 (1)
September 2007 (1)
August 2007 (1)
May 2007 (2)
March 2007 (1)
January 2007 (1)
December 2006 (10)
November 2006 (7)
October 2006 (7)
September 2006 (5)
August 2006 (14)
July 2006 (5)
June 2006 (2)
Post Categories
Instruction (4)
News (28)
Quick Tips (13)
Tools (3)
Tutorials & Guides (20)
Related Links
ECF Documentation Page
RPS Tutorial Package
ECF Licensing
External Resources
Code Project
SQL Tutorial
Thursday, September 06, 2007 9:19 AM by
truthbrother
How Do I Configure Statistics in ECF 4.1?
Open IIS and go to your website and click the “Web Site” tab.
Make sure that “Enable HTTP Keep-Alives" and “Enable Logging” with the “W3C Extended Log File Format” option are checked.
Also click on the “Properties” button for that format and record the name of the folder where the log files are stored (you will need to enter this later on when turning on the Statistics in Commerce Manager).
Change permissions on that IIS log folder to give “Network Service” read and write access (i.e.
C:\WINDOWS\system32\LogFiles\W3SVC1).
In the “Logging Properties” window, select the “Advanced” tab and put a check box beside all items under the “Extended properties” section.
Click the “Advanced” button and make sure to put a host header if you are running multiple sites on one web server.
Click the “ASP.NET” tab and make sure you have installed and are using .NET 2.0.
In the “Documents” tab, be sure to include Default.aspx in this list since that is the default page used by the ECF.
In the “Home Directory tab,” browse to the location where the web sites files reside.
Check the following boxes: Read, Log visits, and Index this resource.
For “Execute Permissions,” select “Scripts only.”
In addition, if you have multiple sites running on the same server, make sure to put each site in its own Application Pool.
To turn on Statistics, go to your Commerce Manager and browse to Configuration\Site Settings\Services and click “Statistics.
Select the Class Name – “Mediachase.eCF.Plugins.Services.Statistics.SpyIISLogService.”
Select the “Site name” to correspond to your website URL.
In the “Path to IIS Logs,” enter the path to the IIS log files that pertains to the website recorded in Step #2 (i.e. C:\WINDOWS\system32\LogFiles\W3SVC1\ex*.log).
Check the box “Enabled” and click the “Save Changes” button.
Troubleshooting tip:
If statistics is still not working, check to see if Mediachase.WebStatistics.dll, Mediachase.ImportIISlog.dll and
Interop.MSUtil.dll
are present in the Publicstore/bin folder; if not, these can be copied manually.
Comments
No Comments
Anonymous comments are disabled