tags:

views:

405

answers:

1

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

+1  A: 

There is no difference. IIS7 is reading & writing the values to your web.config.

David