Ask a Question related to ASP.NET General, Design and Development.
-
Utter Newbie #1
Opinions on keeping track of simple web stats with MS SQL Server/ASP.NET
I know we have access to log files and web statistics can be pulled
from those. But the guy who wants it built was thinking we should keep
track of every time a page is hit seperately in MS sql server. He's
thinking it would be better for clients to be able to tell how many
page hits we're getting whenever they want - mainly concerned with
advertising banners (how many views they are getting).
I'm concerned about hitting the database for every page just to keep
track of web stats that are already in the log file. Should I even be
worried? I know SQL Server is built for speed but it kindof urks me
because the stats are in the log files and it seems wasteful.
Although, I figure we would really only be sending a count request (we
wouldn't bother with IPs) - a simple stored procedure would bump up
the count value for whichever page it was.
But for the log file I'm not sure how you would even pull out the
stats without some program like analog to put into MS SQL Server. How
would you automate it without direct control of the server? Meaning we
are using a virtual host. Is it even possible? I imagine it may be
more trouble than it is worth but maybe someone has already
encountered this problem?
Utter Newbie Guest
-
Keeping track of clientObj
Hi there, I'm developing an application where I do some checking with another application using LoadVars before I allow a client to connect. My... -
Keeping track of who submitted the form by their UserId
Hello All, I'm using ASP as my language. My users has to login to gain access to my form. What I what to do is when the user logs in I want them... -
keeping track of new additions to your scene
Say I have a racetrack and different types of cars that get swapped in and out on a mousedown action. Is there a way to store ONLY the new models... -
Keeping track of checkmarks.
Hello all, I have a pretty cool situation here that I thought I had figured out. I have a datagrid that is 4 columns bound to a table and... -
Best way to keep track of user-related info? [Opinions wanted]
I have an ASP.Net portal application which requires a user to login. The user has a CompanyId associated with their profile in the database. Once...



Reply With Quote

