Your Ad Here

Scripts' Documentation


Message Blog.NET

Message Application.NET

 

Message Blog.NET's Docs


How to Install

Here're instructions how to set your Message Blog.NET Site:
 
1) Extract all app files to the the root directory for your website
 
2) Open Web.config with text editor (ex. notepad).
 
On line 18 and 19 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 18 and 19 should be:
 
<add key="admin_username" value="john" />
<add key="admin_password" value="msg@App1" />
 
3) (optional) You can set Twitter/Username password.
 
On line 20 and 21 set values for your twitter account,
 
ex. if your twitter username/password are john/john@pass
 
web config on line 20 and 21 should be:
 
<add key="twitter_username" value="john" />
<add key="twitter_password" value="john@pass" />
 
4) Upload all app files to your root folder.
 
5) Your application show have write permissions for the root folder and the /App_Data subfolder.