asp.net - Architect a .net web application to Kick start independent process -


can form idea on how architect web application kick start independent process in server can perform data uploading function flat file oracle table. independent process should keep running until finishes job regardless of web application's sign out or timeout issues. client .aspx page uploads data file server , triggers independent process in server. want implement in asp.net, vb.net, vs 2003.

what best way this?

thank you!

have considered writing service monitors file drop location aspx uploads file to? in aspx add logic interrogate file make sure valid. once interrogation has passed drop file predetermined location.

the service, have create, monitors file drop location new files , processes them come in. being service don't have worry timeouts asp.net related issues.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -