josteink / IIS-server-side-stats-page

Simple server-side solution for getting some stats out from your server. Depends on IIS logs being store on SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is not production quality, and has no working automagic installer, but all required components
for a working solution should be there.

Description:
A server-side logging solution for IIS7+ with a web-frontend for easy access to the information.

Dependencies:
* .NET 3.5 (for logging component)
* ASP.NET MVC 2 and .NET 4 (for web-component)
* IIS7
* SQL Server 2005 or newer. Express will do, but not sure I'd recommend it.

This is basically my first attempt to use git & github with Windows and Visual Studio and the quality
and orderlyness of things will be reflective of just that.

About

Simple server-side solution for getting some stats out from your server. Depends on IIS logs being store on SQL Server


Languages

Language:JavaScript 96.4%Language:C# 3.1%Language:ASP 0.5%