 |
Database connections |
ASPStats if by default setup to be run at your /rootfolder/aspstats/ but if for some reason you site is located at www.yourdomain.com/user15/mysite/ you have to add the adtional folders to these files:
/aspstats/count.asp
/aspstats/pagecount.asp
You can test here if your site is located in the root folder! click here!
Below you see the code where you have to add the additional folders, if any.
<%
MM_counter_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/") & "/user15/mysite/aspstats/database/counter.mdb"
%> |
Click here to get back to main setup!
|