I created one windows serives
It gets the name of the service from web config file.
I used the below link for getting value from webconfig. http://www.codeproject.com/KB/dotnet/MultipleInstNetWinService.aspx
for installing my windows service,i just click the icon and install again, i change the value in config file and rebulid my application.
again i try to install, it shows error like the specified service already exist.
How to install multiple instance of same windows service?
Thanks, Pooja