Windows IIS8 not starting website

-2

I have a windows 7 laptop and I want to set up IIS8, php, mysql to run in a development environment, but I am having trouble.

I opened IIS8, and when I click on my site "Default website" and click start, it gives an error saying "The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

Does anyone know whats going on?

Thanks

php
mysql
iis
windows-7
asked on Stack Overflow Jan 21, 2015 by omega

1 Answer

0

Check if the port is grabbed by another process. Check https://support2.microsoft.com/kb/973094

answered on Stack Overflow Jan 21, 2015 by MiguelSlv • edited Jan 21, 2015 by MiguelSlv

User contributions licensed under CC BY-SA 3.0