Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I'm trying to create a blog template using my asp.net for my website.
Is it possible to use wordpress to use with asp.net?If yes then how?
In blog should I use XML file to store the data?

Please put some light on this topic and guide me.

Thanks.
Posted

1 solution

You could consider using a pure .net solution, such as BlogEngine.Net[^]

A list of open source blog engines is here

http://csharp-source.net/open-source/bloggers[^]

Wordpress is written in PHP, so you could possibly run PHP in IIS, e.g.

http://learn.iis.net/page.aspx/280/install-wordpress-on-iis/[^]

http://php.iis.net/[^]

I use blogengine, it's a pretty decent and active solution
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900