Links

Sunday, September 5, 2010

Error in IIS When You Try to Start a Web Site

When you try to use Internet Information Services Manager (IIS Manager) to start a Web site, the Web site does not start, and you may receive the following error message:
Unexpected error 0x8ffe2740 occurred


This behavior may occur if a port conflict exists on the system. By default, IIS uses port 80 for HTTP communication. If an application other than IIS is running and is using port 80 on the same IP address, you may receive the error message when you try to use IIS Manager to start the Web site.


To resolve this problem, you can do either of the following:
  • In IIS Manager, change the port bindings for the Web site to a port other than port 80.
  • Stop the application that is using port 80, and then start the Web site from IIS Manager.
  • Stop any other running web server or proxy service. You can use third-party tools like TCPView or FPort to identify the other application that is using port 80.

No comments:

Post a Comment

Search This Blog