I want to use IIS for testing of my php programs. Before I upload them to my webhost.
I have Windows 10 Pro on a standalone mashine. So I can't use the replacement of index.html with inddex.php describe in serverel articles on both php.net and technet.
The inetsvr is not active on my mashine so I have no webserver and I'm using Google Chrome as browser to display my localhost 127.0.0.1 pages. When I try to use the appcmd.exe to solve the problem.
The appcmd window open for less than one second. The service Web Management is stopped. After what I can conculde so is the laying in that the Web Management services is stopped and that the inetsvr is not active.
So how do I activate them at bootup? Whhat else have I done wrong?