Start ASP.NET State Service Programmatically
-
How can I programmatically change ASP.NET State Service startup type and also start it?
-
How can I programmatically change ASP.NET State Service startup type and also start it?
If this is a windows service, you should be able to maintain this using services.msc console.
- ashish
-
How can I programmatically change ASP.NET State Service startup type and also start it?
Hi there: Basically, you can start a service thru command line...something like this "net start <>...". So you just find the syntax of command line to start asp.net state with your onw configurations... << >>
-
Hi there: Basically, you can start a service thru command line...something like this "net start <>...". So you just find the syntax of command line to start asp.net state with your onw configurations... << >>
-
check this url. http://www.codeproject.com/cs/system/extendservicecontroller.asp i hope it will helpful to you
Regards R.Arockiapathinathan
-
check this url. http://www.codeproject.com/cs/system/extendservicecontroller.asp i hope it will helpful to you
Regards R.Arockiapathinathan
Thanks RSArockiam