How to setup SMTP server and Wep server

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

HI everyone

I would like to know if anyone know how to setup a development server for
IIS like web server and smtp server. I'm a newbie wanna learn. I prefer any
articles, links, and guildlines

I appreciate any help
 
Hai Nguyen said:
HI everyone

I would like to know if anyone know how to setup a development server for
IIS like web server and smtp server. I'm a newbie wanna learn. I prefer any
articles, links, and guildlines

Well the installaion is too easy to need an article.

ControlPanel > Add Remove Programs > Add/Remove Windows Components
Check Internet Information Services (IIS). This includes a web server, FTP
server and SMTP server.

If you already have the .NET framework installed, you will need to run
aspnet_regiis.exe -i
to set up IIS for hosting ASP.NET.

If you install the .NET framework after IIS is installed, the installer will
do this for you.

David
 
Thanks a lot, I've done all of that but how I cant test my SMTP server to
see if it works
 
Back
Top