K
Kiran Math
I am new to .NET.
I want to create a web application in asp.net. This web page when submitted
to the server, would start a web service which invokes a stored procedure(in
sql server) which would run for 6 hrs or so. and do some other logical
operations.
At the end when the job is done it would send an email back to the user.
Question:
1> Can I use web services to invoke the stored procedure?
2> Will the web services stop if the user ( browser client) closes the
browser?
3> Is this the good method to go about?
Thanks
KM
I want to create a web application in asp.net. This web page when submitted
to the server, would start a web service which invokes a stored procedure(in
sql server) which would run for 6 hrs or so. and do some other logical
operations.
At the end when the job is done it would send an email back to the user.
Question:
1> Can I use web services to invoke the stored procedure?
2> Will the web services stop if the user ( browser client) closes the
browser?
3> Is this the good method to go about?
Thanks
KM