Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everyone,

I have an existing ASP. Net Web Application created in visual studio 2008 with SQL Server as Back-End.

Now i wish to create a wordpress blog for my Web Application in visual studio. Wordpress should be able to use SQL Server for Data.

Note: i do not wish to create a separate wordpress blog and give a link to it(www.blog-something.com).
I want to create a blog as a subdirectory in my application like
(www.asp.webapplication/blog.aspx)

Requirement for blog is once the user logs in he clicks on the blog link he should be able to write/read blogs. No need for Relogin. If he is not logged in he should not be able to write new blogs.....

Please suggest some solutions,references or tutorials for this problem.

Thanks in advance.....
Posted

1 solution

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