I done some research this is what I found, what is your opinon I'm just trying to get oxwall to function properly, if it's not needed then we don't need it.
To start or stop a Web server
You can perform this procedure using the user interface (UI) or a command line. For information about opening IIS Manager, see Open IIS Manager (IIS 7).
Using the UIOpen IIS Manager and navigate to the Web server node in the tree.
In the Actions pane, click Start if you want to start the Web server or Stop if you want to stop the Web server.
Open an elevated command-line window.
At the command prompt, type net stop WAS and press ENTER; type Y and then press ENTER to also stop W3SVC.
To restart the Web server, type net start W3SVC and press ENTER to start both WAS and W3SVC.