Scripts' Documentation
Message Blog.NET
Message Application.NET
Message Application.NET's Docs
How to Install
Here're instructions how to set your Message Application.NET site:
1) Extract all app files
2) Open Web.config with text editor (ex. notepad).
On line 5 and 6 change admin username and password values
<add key="admin_username" value="admin" />
<add key="admin_password" value="demo" />
ex. if you want new username 'john' and password 'msg@App1'
web.config on line 5 and 6 should be:
<add key="admin_username" value="john" />
<add key="admin_password" value="msg@App1" />
3) Upload all app files to your root folder.
4) Your application show have write permissions for the root folder and the /App_Data subfolder.
That's all.