Installing or deploying windows service
In two ways we can deploy windows service
- By using sc.exe in windows command prompt
- By using installutil in visual studio command prompt
It is suggested to use installutil in visual studio command prompt, so that it will display all the install instructions given in project installer class. If we use sc.exe in command prompt it will not consider the install instructions like service display name, description, start up mode, ....
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma