Latest Posts

Most Popular Posts

Another one of Microsoft’s descriptive errors is 0x8ffe2740 when trying to start an FTP or Web Server from the IIS Administration module. The error itself means that there is a port conflict with another service. This is a relatively easy diagnosis, as you should already know what ports your ftp or web servers use.

Error 0x8ffe2740 when starting ftp or iis

Use the netstat command in the command console to find out what program is using a particular TCP port. Replace the ## with the port you wish to test. This works on Windows Server 2003 and 2008.

netstat -anop TCP|find “:##”

The above command will return a PID (process ID). You will need to match that to a running program or service. Type the following command:

tasklist /SVC /FI “PID eq ####”

Here is an example using port 21. In this example you can see the “ftpsvc” service is using port 21 through svchost.exe – which is normal. In a client’s machine, it was MSUpdate2.exe that was using port 21 – a piece of malware using an FTP server to serve pirated movies!

Unexpected Error 0x8ffe2740

Related posts:

  1. Migrating websites from IIS6 to IIS7
  2. file_get_contents on IIS 6
  3. Microsoft Windows Server 2003 IIS Log File Format Comparison
  4. Enabling Ping Replies in Windows Server 2008 and R2
  5. Windows TCP/IP Service Worm and Uninstalling TCP/IP on a Domain Controller


(average: 5.00 out of 5)

3 Responses to “Unexpected Error 0x8ffe2740 when starting FTP or IIS”

  1. leizleho
    October 25, 2011 at 2:36 pm

    thanks for this article. Solve my problem with my FTP server.

  2. J.
    November 12, 2011 at 6:00 am

    don’t have Tasklist do you know where I can find it

    Thanks
    J.

Leave a Reply

Allowed tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


What do you use Virtualization for?

View Results

Loading ... Loading ...