Install Service
SC create MyService binPath= "MyService.exe" DisplayName= "MyService"
Stop Service
SC STOP MyService
Delete Service
SC DELETE MyService
protected bool CheckFileExtandLength(HttpPostedFile HtmlDocFile) { try { Dictionary<string, byte[]>...
No comments:
Post a Comment