3
3471Jack329
This is a stupid question but I risk it.
Just in case something is possible...
How can I modify the web.config settings from ASP.NET programming?
<system.net>
<mailSettings>
<smtp from="(e-mail address removed)">
<network host="link.geogio.com" password="password"
userName="username" />
</smtp>
</mailSettings>
</system.net>
Just in case something is possible...
How can I modify the web.config settings from ASP.NET programming?
<system.net>
<mailSettings>
<smtp from="(e-mail address removed)">
<network host="link.geogio.com" password="password"
userName="username" />
</smtp>
</mailSettings>
</system.net>