473,385 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Keep log file in ASP.NET

Hi ,
i've implemented an asp website using VB.NET and want to:

- Keep a log file with all the visitors( refferal http, ip, time etc)
- Have that log file encrypted and decrypted through a web page interface.

Any suggestions would be really helpful

Thank you
Nov 18 '05 #1
3 1260
Your kind of reinventing the wheel. IIS already keeps a logfile of requests
and details relating to requests. Ideally, you need to work out how to
render it via SSL of wrap access to it using adequate file permissions.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"junglist" <th******@hotmail.com> wrote in message
news:76**************************@posting.google.c om...
Hi ,
i've implemented an asp website using VB.NET and want to:

- Keep a log file with all the visitors( refferal http, ip, time etc)
- Have that log file encrypted and decrypted through a web page interface.

Any suggestions would be really helpful

Thank you

Nov 18 '05 #2
Yes i am aware of that. However this is part of an assignment for
extra credit and i was looking for some ideas to get me started. I am
not looking forward towards creating something really advanced

"John Timney \(ASP.NET MVP\)" <ti*****@despammed.com> wrote in message news:<es**************@tk2msftngp13.phx.gbl>...
Your kind of reinventing the wheel. IIS already keeps a logfile of requests
and details relating to requests. Ideally, you need to work out how to
render it via SSL of wrap access to it using adequate file permissions.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"junglist" <th******@hotmail.com> wrote in message
news:76**************************@posting.google.c om...
Hi ,
i've implemented an asp website using VB.NET and want to:

- Keep a log file with all the visitors( refferal http, ip, time etc)
- Have that log file encrypted and decrypted through a web page interface.

Any suggestions would be really helpful

Thank you

Nov 18 '05 #3
ah well, why dont you write an iHTTPModule that captures the information as
it passes through the response stream and records it in a file - you could
encrypt it with an MD5 hash and get the viewer to provide the seed for the
hash as a means of allowing the data to be unencrypted.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"junglist" <th******@hotmail.com> wrote in message
news:76**************************@posting.google.c om...
Yes i am aware of that. However this is part of an assignment for
extra credit and i was looking for some ideas to get me started. I am
not looking forward towards creating something really advanced

"John Timney \(ASP.NET MVP\)" <ti*****@despammed.com> wrote in message

news:<es**************@tk2msftngp13.phx.gbl>...
Your kind of reinventing the wheel. IIS already keeps a logfile of requests and details relating to requests. Ideally, you need to work out how to
render it via SSL of wrap access to it using adequate file permissions.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"junglist" <th******@hotmail.com> wrote in message
news:76**************************@posting.google.c om...
Hi ,
i've implemented an asp website using VB.NET and want to:

- Keep a log file with all the visitors( refferal http, ip, time etc)
- Have that log file encrypted and decrypted through a web page interface.
Any suggestions would be really helpful

Thank you

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David | last post by:
This is called "evil hack problem" because my problems are due to me trying to do an evil hack. Please don't judge me, just believe that there are reasons for what I'm trying to do :-) I've got...
3
by: Bruce W.1 | last post by:
I've been keeping my solution .sln files for ASP.NET projects off in some remote location, along with all my other .sln files. This confuses things and I think it really belongs with the web app...
5
by: Ryan Liu | last post by:
Hi, Both way works, I'd just ask some experts which way is better? My application creates a log file daily. Now each time when I write a log, I will open the file and append to the end....
9
by: kvnsmnsn | last post by:
Over the course of my career I've transitioned from an Ada programmer (am I dating myself?) to a C programmer to a Java programmer and now back to a C programmer with the job I've currently...
7
by: mail747097 | last post by:
I would like to keep IIS alive on my web site and prevent Application_End from occuring in global.asax. Any ideas?
0
JimWu
by: JimWu | last post by:
I have some problems in my code. The stutiation illustrate as the followsing statement. I use two pages, one, named "upload.aspx", is including several general html input tag, whose type are...
0
by: whizkid0000 | last post by:
Greetings all. I am working on VSS automation. The following link will give a clearer picture of what I'm doing. http://msdn2.microsoft.com/en-us/library/4d44xhsd(VS.80).aspx ...
4
by: blackice | last post by:
Hello All, i have a Perl Script that deleting Zones from named.conf file and here is the script #!/usr/bin/perl -w use strict; print "please enter the domain name: "; chomp (my...
0
by: stefburn | last post by:
Hello Folks, Okay so I'm running a server window to debug some issues. I can keep the server window open by going to the path and opening a command prompt at the path of the <server.exe> file...
4
by: winningElevent | last post by:
Hi everyone, I have a question would like to ask. So far I know how to retrieve files from device, but sometimes device takes so long to produce file so I want my desktop to keep checking every...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.