Here are the specific steps to get Umbraco running on the Yart server:
1. Upload all files in a folder called "build" under wwwroot
2. Create a database with SQL Publishing Wizard.
Change the web.config file AppSettings:
appSettings
add key="umbracoDbDSN" value="server=174.36.111.216,2433;database=databasename;user id=databaseid;password=password"
3. In web.config, add the following:
system.net
mailSettings
smtp
network host="mail.si-sv3956.com"
smtp
mailSettings
system.net
4. In umbracoSettings.config add the following:
notifications
email donotreply@si-sv3956.com email
notifications
donotreply@si-sv3956.com would usually be the domain name of the site:
donotreply@mywebsitename.com.au