miniStat .net - DISCOUNTUNIED
The 100% Free OpenSource
Statistical Tool for ASP.net.
(Formerly known as ShortStat .net) |
Download
You can download MiniStat.net for FREE! Just select the type of database you would like to download.
mySql Version
Includes Documentation
Size: 458kb
v1.6 |
DOWNLOAD |
MsSql / Microsoft Access
Includes Documentation
Size: 341kb
v1.6
|
DOWNLOAD |
|
Overview - What is MiniStat .net?
MiniStat.net
is a statistical tool that adds to any asp.net website to provide
concise and simple stats on your websites users. MiniStat.net is based
off of the original MiniStat for php created by Shaun Ihnman. The
original can be found here.
MiniStat .net is to asp.net what ShortStat is to php. Simple. Concise. Pertinent. Easy. A Statistical Revolution.
Installation
MSSQL
MSSQL installation consists of a single datatable & 15
stored procedures.
- Run the shortstanet.sql file to get the show started.
- You will also need a connection string that both the httpmodule & reports module can use.
INSTALLATION
Included, you will find the VB.NET project files for the httpmodule & the reports module.
- First,
copy the parts of the web.config included into your exisitng web.config
file in the appropriate areas. (Be sure to change the connection
settings!)
- Next, be sure to include the
MiniStatnet.dll into your bin folder of the site. You also will need to
put the MiniStatnet_reports.dll into the bin folder.
- Upload
the MiniStatnet_reports folder to your site. You will only need the
.ASCX & .ASPX file types but including everything will not hurt
anything. You will need to keep the same exact folder structure,
however. The “images†folder will need to have the permissions set to
allow for your site to write to it (usally ASP.NET & your site’s
IIS account). This is where the graphs will be dynamically written so
the site must be able to write here.
Browse to the reports.aspx file & watch the magic (hits not included!).