Hello All,
BlogEngine is the simplest and most light weight ASP.NET blog tool. One need to perform below mentioned steps to install BlogEngine on their domain:
1: To Download BlogEngine Click Here:
There are 2 download options for BlogEngine.NET. There are web project version and source code version for user to download.
- Web Project: This is an ideal option if you want to use BlogEngine.NET right out of the box and do not have plan to create custom control or extend the software
- Source Code: This is the developer option. If you are interested on seeing how things work or want to add to the functionality, this is your option.
2: Extract [unzip] the files
3: Upload the folder to web server through FTP.
4: Set folder as .NET 2.0 Application
5: Set write permission to the App_Data folder.
6: Open the web.config files in application folder and delete code as below.
<trust level="High" />
Thanks,
Shane G.
AccuWebHosting.Com
BlogEngine is the simplest and most light weight ASP.NET blog tool. One need to perform below mentioned steps to install BlogEngine on their domain:
1: To Download BlogEngine Click Here:
There are 2 download options for BlogEngine.NET. There are web project version and source code version for user to download.
- Web Project: This is an ideal option if you want to use BlogEngine.NET right out of the box and do not have plan to create custom control or extend the software
- Source Code: This is the developer option. If you are interested on seeing how things work or want to add to the functionality, this is your option.
2: Extract [unzip] the files
3: Upload the folder to web server through FTP.
4: Set folder as .NET 2.0 Application
5: Set write permission to the App_Data folder.
6: Open the web.config files in application folder and delete code as below.
<trust level="High" />
Thanks,
Shane G.
AccuWebHosting.Com
Comment