Re: Watcher component
- From: "Elton W" <EltonW@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 12 May 2005 12:28:02 -0700
If you need to monitor all files that are processed by difference users, it
should be initialized in Application_Start.
"Ray5531" wrote:
> Thanks for your reply,
>
> I know how to use that class.My problem is that in my senario how should I
> design it .As a class which is initilized in GLOBAL.ASAX or what?
>
> Thanks
> "Elton W" <EltonW@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:F4326B26-B2DD-4DAB-BABB-38348CF93D49@xxxxxxxxxxxxxxxx
> > You can try FileSystemWatcher.
> >
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiofilesystemwatcherclasstopic.asp
> >
> >
> > HTH
> >
> > Elton Wang
> > elton_Wang@xxxxxxxxxxx
> >
> >
> >
> > "Ray5531" wrote:
> >
> >> Hi All,
> >>
> >> We have a web application written by C#,recently I have asked to create a
> >> page or a component or whatever it is which watches a shared folder on
> >> the
> >> network and when somebody drops a file there it automatically gets the
> >> file
> >> and dose some processing on it(processing is actually done by the
> >> business
> >> layer of our application,that's why it should be part of the
> >> application-I
> >> don;t want to use remoting). I just wondered if somebody can give me some
> >> idea how to write this? as a component? as an aspx page? ......
> >>
> >>
> >> Thanks
> >>
> >>
> >>
>
>
>
.
- References:
- Watcher component
- From: Ray5531
- RE: Watcher component
- From: Elton W
- Re: Watcher component
- From: Ray5531
- Watcher component
- Prev by Date: Re: dragging images
- Next by Date: RE: 'Access is denied' to third-party dll
- Previous by thread: Re: Watcher component
- Next by thread: Dynamic Master/Detail Controls
- Index(es):
Relevant Pages
|