change Service Name after compile
can i change a service after compile, and install, so for example the service will read the name from app.config, and every event on the event viewer will be wit the name name?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Apr 29, 2011, 6:39 AM
it is possible to change the service name after compilation.we known that all managed code handle by clr. after compilation clr give MSIL code,Assembly. you decompile the MSIL code through Decompiler and change service name.