Mobile app version of vmapp.org
Login or Join
Hamaas447

: ASP .NET Blog Engine Web Installer API For one project i need a blog engine that support multiple blogs (registered user can create their own blogs). Blog engine has to be fully integrated with

@Hamaas447

Posted in: #AspNet #Blog #Net

For one project i need a blog engine that support multiple blogs (registered user can create their own blogs).
Blog engine has to be fully integrated with some existing system (users, roles, security etc.) so i need some good API, and if it is possible, blog engine must be developed in .NET.

Thanks.

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

4 Comments

Sorted by latest first Latest Oldest Best

 

@Carla537

Other says that blogengine powered by aspx is really good for blogging but most people say that wordpress is still the best and friendly blogging platform.

10% popularity Vote Up Vote Down


 

@Gretchen104

1) Microsoft Web Platform Installer 3.0 (Web PI) is a free tool that allows you to easily install and run the most popular free web applications for blogging like Wordpress, dasBlog, and BlogEngine.NET with the built-in Windows Web Application Gallery. You can download this from: Microsoft Web Platform Installer 3.0 Web site. You can feature links directly to the webinstallers on this page and offer a tutorial for users on what to put in for settings to setup the blog under your servers.

A web-based installer creates a serious security risk on shared hosts because of file ownership. Anything your installer can write to is wide open to other accounts on the same server. You should drop the privileges after the installation.

2) Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages. There's a tutorial available for customizing and setting up WiX here: customizing and setting up WiX and you can download WiX here

3) You can always ask your web hosting provider for the scripts they use to do the web installation of blogs from their control panel and then feature that script on your site.

10% popularity Vote Up Vote Down


 

@Connie744

I would answer with a StackOverflow Question


Best .NET blog engine


Next time, please Google it first, you will get so many results, even all in StackOverflow and affiliates!

10% popularity Vote Up Vote Down


 

@Cody1181609

What about BlogEngine.NET?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme