In IIS7, there is SMTP settings where you can specify the SMTP server for ASP.Net application to use. In Web.Config, you can also settup the host and port the SMTP server.
My question is: What's the difference between the two?
Thanks
In IIS7, there is SMTP settings where you can specify the SMTP server for ASP.Net application to use. In Web.Config, you can also settup the host and port the SMTP server.
My question is: What's the difference between the two?
Thanks
There is no difference. IIS7 is reading & writing the values to your web.config.