Web app..

  • Thread starter Thread starter Astha Goyal
  • Start date Start date
A

Astha Goyal

Hi all, I have a web app which runs only on server currently.

I want to maintain a log of all the files which the users have created or
deleted or even updated over the network.

How do I go about it?
 
Astha Goyal said:
I want to maintain a log of all the files which the users have created or
deleted or even updated over the network.

How do I go about it?

Write another application or service that monitors the folders. Really easy
to do in .NET. Good luck.

- Michael S
 
Back
Top