The example XML settings file for the ASP.NET site settings class. Save this file to your website's App_Data
folder.
<?xml version="1.0" encoding="utf-8"?>
<settings>
<stage>development</stage>
<sitetitle>MVC Template</sitetitle>
<smtpserver>mail.server.com</smtpserver>
<contactemail>jon@domain.com</contactemail>
</settings>