tags:

views:

42

answers:

3

When you right-click a Web site in the Microsoft Internet Information Services (IIS) Microsoft Management Console (MMC) snap-in, and then you click Start, the Web site does not start and you receive the following error message:

The process cannot access the file because it is being used by another process.

What have to do.

To resolve this issue i got this solution: You must use the Netstat.exe utility at the command line to see if another process is using port 80 or port 443.

But how to ensure that is these Ip are in use or not ? in terms of status ? What should its status ?

Second solution is : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList. But this key is not found .

A: 

http://support.microsoft.com/kb/890015

Barry
yes i gone throu this link , but not getting any proper solution. please read again edited question.
Lalit
A: 

Lalit, this should probably be on ServerFault.com as this is more of a server administration question. With that said, you probably have more than one website listening on port 80 or 443 without the use of host headers. When using port 80, you cannot have more than one site on the port without specifying the domain name(s) to use in your website bindings. 443 (HTTPS) gets a little more tricky as you typically cannot have more than one site use 443 even if you are using host headers (there are exceptions like wildcard SSL certs). This is due to IIS not being able to read the host headers and know which SSL cert to use to decrypt them since they are encrypted.

http://support.microsoft.com/kb/890015 for more information

More links:

http://support.microsoft.com/kb/308163

Google

Tommy
With due respect, the link works fine. You need to read up on how to administer an IIS server. Both Barry and I have provided you with the cause of your problem.
Tommy
A: 

Finally i keep error as it is and I reinstall IIS and required software.

Lalit