a basic question

E

Em_

Hello
I want to write an application that surf the web and fill a database,
analyze it and display it with a web application.
the surfer should always be running like using system.timer or threading. is
that possible to use only a web application? or I need a windows application
running parallel to a web application?
I want to combine these two in a web application but problem is when an
asp.net page closes all events or thread or timers will be destroyed. or
even for calling a thread I need an event like page_load , what if nobody
come to my server? the surfer should run independent but how?
 
K

Kevin Spencer

You need to either write an executable or a service to do your "surfing."

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top