hi.
i have a website. what i want that user logs in and start some process so when he logs out, the process should not be stopped. it should be started on server associated with that particular user email id.
is it possible? if yes then please give me some idea how to do it
Loading
Suthish NairPosted Oct 11, 2011, 3:32 PM
Sam HobbsPosted Oct 11, 2011, 1:12 PM
There re many ways you can associate the process with the email id. If you have the source code for the other application, then yo can modify that program so that it takes the email id as an argument. Or you could maintaiin a table of process ids and the associated email id.
Abhimanyu K VatsaPosted Oct 11, 2011, 10:16 AM
http://www.c-sharpcorner.com/Forums/Thread/143359/call-user-defined-procedures-in-Asp-Net.aspx