Archive for » September 18th, 2009«

IIS SMTP not available in IIS Snap-in

IIS SMTP not available in IIS Snap-in-

Please make sure IIS SMTP is installed in the server. If you find it’s installed but not visible in IIS Snap-in can be fixed by registering the dll using this code-

regsvr32 C:\Windows\System32\inetsrv\smtpsnap.dll

or

regsrv32 %systemroot%\system32\inetsrv\smtpsnap.dll

Once done IIS SMTP virtual server node will be listed in IIS Snap-in.

“`*“`arun