M
mtczx232
I wonder what the best way to run Service, and be able to Interact
with him, and show the DataTable from Service. the first way is: build
Service project, and Interact with him by remoting, and use with
serialized ability to share DataTable. or build ASP app, and start new
thread from Application_Start that become as Service. then we have
ability to share DataTable between the Web thread, and Service thread.
this second way is possible?
the Application_Start is triger when first request come? or when IIS
startup? or have another way to force to start the Web App when the
windows boot?
with him, and show the DataTable from Service. the first way is: build
Service project, and Interact with him by remoting, and use with
serialized ability to share DataTable. or build ASP app, and start new
thread from Application_Start that become as Service. then we have
ability to share DataTable between the Web thread, and Service thread.
this second way is possible?
the Application_Start is triger when first request come? or when IIS
startup? or have another way to force to start the Web App when the
windows boot?