ISS Add in or ASP?

S

SJ

Dear Friends,

I am developing a web app and need to have my app pull from an POP
mailbox at periodic intervals and update my web apps database.

Can I use asp to write a service that will run ever say 1 minute or do
I need to write some kind of a dll and add it into IIS? Any have an
idea on how to do this?

Thanks,
-SJ

p.s. Sorry about the cross post.
 
B

bruce barker \(sqlwork.com\)

neither. iis only responds to request. you should make a nt service

-- bruce (sqlwork.com)
 
K

Kristofer Gafvert

You should write a windows service, and you cannot do that in ASP. A web
application is not meant to be used to run a task at a specified interval.
A web application answers to requests sent by a client.
 

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top