Install Web Service .NET

1. Install Util
\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe <filename>.exe

Microsoft (R) .NET Framework Installation utility Version 4.0.30319.1
Copyright (c) Microsoft Corporation.  All rights reserved.

Running a transacted installation.
The Commit phase completed successfully.
The transacted install has completed.

2a. ACL: Windows Server 2008
netsh http add urlacl url=http://+:10001/ user="NT AUTHORITY\NETWORK SERVICE"

2b. ACL: Windows Server 2003
httpcfg.exe set urlacl /u http://+:10001/ /a "NT AUTHORITY\SYSTEM"

URL reservation successfully added

3b. Start Service
net start "<service name>"

The service is starting..
The service was started successfully.