Click here to Skip to main content
15,917,940 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I need to create blog/integrate wordpress blog in my asp.net mvc website. Please help me how to do so.

Thanks in advance.



Warm Regards
Sumit
Posted
Comments
Suvendu Shekhar Giri 7-Aug-15 3:23am    
Simple way would be to create a sub domain and host the newly created blog.
For Ex: blog.yourexistingdmain.com
But if you want to integrate this to your existing application then let us know, how this integration is supposed to behave and what level of integration between these two application you want to do?
pogo_sumit 7-Aug-15 3:44am    
Hi Sir,

I don't want it to open in its subdomain(blog.xyz.com) instead I want to run it in my sub-folder i.e (http://www.xyz.com/blog).
Hope you can understand my requirement.

Thanks.
F-ES Sitecore 7-Aug-15 4:20am    
Use a blogging solution that supports .net

1 solution

Refer - Can we use or integrate WordPress with asp.net?[^].
Quote:

Wordpress is written in PHP and runs on Apache, so you can't really run it in ASP.Net. There are methods however that enable you to run it on IIS.



The best way to go with integrating Wordpress and ASP.NET is by using one of the supported XML-RPC protocols. You can see more about it here:
http://codex.wordpress.org/XML-RPC_Support

 
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