Link to home
Start Free TrialLog in
Avatar of Ares Kurklu
Ares KurkluFlag for Australia

asked on

FTP IIS Manager has stopped working

Hi,

I am trying to add FTP site under IIS  10 and each time IIS Manager keep crashing it just says : "IIS Manager has stopped working"

This is the error log in the event viewer:

IISMANAGER_CRASH

IIS Manager terminated unexpectedly.

Exception:System.Net.Sockets.SocketException (0x80004005): No such host is known
   at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
   at Microsoft.Web.Management.Ftp.Sites.FtpBindingControl.InitializeIPAddresses()
   at Microsoft.Web.Management.Ftp.Sites.FtpBindingControl.InitializeComponent()
   at Microsoft.Web.Management.Ftp.Sites.SiteBindingSslWizardPage.InitializeComponent()
   at Microsoft.Web.Management.Ftp.Sites.SiteBindingSslWizardPage..ctor()
   at Microsoft.Web.Management.Ftp.Sites.SiteFtpPublishingWizardForm.GetWizardPages()
   at Microsoft.Web.Management.Client.Win32.WizardForm.OnLoad(EventArgs e)
   at Microsoft.Web.Management.Ftp.Sites.SiteFtpPublishingWizardForm.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at Microsoft.Web.Management.Client.Win32.BaseForm.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Process:InetMgr

Any help is appreciated.
Thanks in advance.
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

1. Are you an admin on the server?
2. Are you using IIS Manager locally or remotely?

This is the source of the error:  Exception:System.Net.Sockets.SocketException (0x80004005): No such host is known and would seem to indicate that IIS Manager is having issues resolving an IPv6 host name.

Can you post the output of this command: (DOS Console)

ipconfig /all

Are you purposely trying to use an IPv6 IP Address?

Dan
ASKER CERTIFIED SOLUTION
Avatar of Ares Kurklu
Ares Kurklu
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ares Kurklu

ASKER

Solved it