Is It Possible To Integrate A WordPress Blog
Jan 27, 2010Is it possible to integrate a Wordpress blog with ASP.NET If yes, then how?
View 2 RepliesIs it possible to integrate a Wordpress blog with ASP.NET If yes, then how?
View 2 RepliesI need open source blog, something like Wordpress. I have a limit, whichever is the only solution that runs on IIS and uses SQL Server Express.
View 1 RepliesI have an existing asp.net 4.0 web application and want to add a blog to it. I would like to create a new sub-directory and call it "blog". Is there some well suited blogs for this purpose?
View 7 RepliesI want to write a page where user's can write a blog post and publish it to the blog. I've downloaded blog engine .NET and looked at the code and I like the way they do it, but it's completely an overkill of what I need. What I need is only a title, author, date, and the blog post it self. I don't even want users to post comments or anything like that. My approach is to save all those blog post information into an xml and then when a page loads it loops around those xml files to show the blog post.
View 1 RepliesI am attempting to create a single sign on experience between an asp.net site and a wordpress site using a simple form POST method. I have built a simple php page that uses the native wordpress functions wp_insert_user and wp_signon to create user account in the mysql db and sign them in. In my asp.net 'create new user' page code behind, I'm using the post method of an HttpWebRequest to send the required information to the php page.
It almost works! The new wordpress user is created in the mysql database, but they are not logged in. How can I get wordpress to log them in?Here is my HttpWebRequest
'get the values
Dim fn As String = TxtFirstName.Text
Dim ln As String = TxtLastName.Text[code].....
I would like to use WordPress as my blog engine, but it is based on PHP. I wonder if there is a dot net version of it which provides the same feature as well as the same look.
View 1 RepliesI'm working on a Press Release website that currently has an existing distribution platform built on ASP.NET - the site that I have built is utilizes Wordpress Multi-site and BuddyPress, and I need to share information between Wordpress & the existing ASP.NET CMS. The information that needs to be shared between both platforms is 1) Press release information (which is a custom post type in Wordpress) and 2) The login information. Is there a way to have ASP.NET get the information from the Wordpress MYSQL database? Or is the best way to write a plugin for wordpress that will send information to the ASP.NET each time a new press release is written, and each time a new user account is created. I can go either way - having ASP.NET grab the info, or Wordpress send the info out.
View 1 RepliesI am trying to automate a few things in wordpress blog, using HttpWebrequest.i have tried to get the login page "http://mywebsite.net/wp-admin"and then try to post with login data on page "http://www.mywebsite.net/wp-login.php"data = "log=admin&pwd=mypassword&wp-submit=Log+In&redirect_to=http%3A%2F%2Fmywebsite.net%2Fwp-admin%2F&testcookie=1"i am not able to login, wat i have discovered is that when using browser the cookies are sent to the server, but using HttpWebrequest the cookies are not sent on post, i am configured a cookiecontainer for the httpwebrequest and works fine other wise,.. and also on "post" the request host also changes to "www.mywebsite.net" and on "get" request it is "mywebsite.net"
View 2 RepliesThere is wide concept of download and install plugins in wordpress after installing plugins all the functionality of plugins embed with wordpress site and it starts functioning with out any error.
It there any concept of plugins in asp.net and how to do that like I have feedback form and i want to distribute it thorugh plugin for asp.net site and any one have asp.net site so download my plugin and install it and start using it.
I am trying to roll out a Wordpress site here at [URL] but ran into a snag as the only Wordpress version that it supported was the 3.0.1 not the 3.0.4. What version does Webmatrix install? I have a running site and would rather not rebuild it, can I install this over the top of my existing site?
View 6 Replieswhen trying to install WordPress using WebMatrix I keep getting the following error: No connection could be made because the target machine actively refused it 127.0.0.1:3306 I added a port open rule in Windows Firewall, ran a Netstat -an with nothing showing up as using that port, and still no love.
View 4 RepliesI have a directory in my website called /MyFiction. It is an installed version of Wordpress for a particular blog and I would like to keep it to where you can only get to it if you're authenticated. I'm an old hat to ASP.NET but with MVC I'm still a newbie....
View 3 RepliesI have a wordpress website that collects data in a MySQL database and I need to magically get that data into our SQL Server database. I'm hoping it can be done in an automated way.
View 1 RepliesOur shop is primarily .NET but because of the lack of any really good popular .NET CMS products, we have chosen to use WordPress (and Drupal at times) for our public facing sites.
I realize this is highly subjective, but it is the conclusion we came to for our purposes. One could certainly make a case for DotNetNuke and others, but that is another conversation.
I would like to know if I can integrate small components into WordPress sites, primarily to do simple forms (logon, lost password, contact us, change user settings, etc...)
Can I do this with an iFrame or another method that I am not thinking about?
I am thinking of designing a home page with Wordpress with links to ASP.NET pages. Is there potentially any conflict running this on a Windows server?
View 7 RepliesI have a web site built using asp.net with ugly URLs like /DisplayContent.aspx?id=789564.
I know how to migrate the database, but the Wordpress urls will be (naturally) different.
Can I simply write some mapping or do I have to include a rewrite rule for each subpage (300 pages) in .htaccess?
Should I provide a rewrite rule for each existing page that would transform a full old url to the known new url, like for example:
/DisplayContent.aspx?id=789798 -> /2010-5-10/Title-Of-The-Post
Even if I manage to migrate the URLs, the structure of the HTML for the new content will naturally be different. How does this affect SEO?
Should I run asp.net and wordpress side by side and issue the redirects from the asp.net application?
What is the most efficient solution to this kind of migration of URLs without doing PHP programming?
I try to create a wordpress site from the gallery and I get an error that says that it cannot find database. I dont have mySQL installed. I thought that WebMatrix would download and install it. Does WebMatrix Beta 3 expect MySQL to be installed? And if so, which version?
View 1 RepliesI have a repeater and I'm using collection pager for paging. I can design my collection pager css but can I do like wordpress blogs?
Like: 1-2-3-4-5 ..... 20-21-22
I have created a blog application with ASP.NET MVC and MSSQL. I must say, i really enjoyed the process of creating an application with ASP.NET MVC. Clean URLS(with URL routing), No view States and so on.
BUT i was wondering how would this would have been done if i choose web-form style coding? will the aspx would be created in the fly as i create a article.(take this url for ex: [URL]) though the URL is not clean but still makes sense. if yes then what about its corresponding cs file? if no how is the URL so clean?
Is there a way to create a blog using asp.net 3.5 in Microsoft Visual Web developer 2008 or 2010? Also, how do I make commenting, replying and posting only available to the user of my website?
View 9 RepliesI want to get content of my blog in my web site how can i do this.I have used dataset and its method XMlread but it doesn't word my blog's url ishttp://hari-ghan.blogspot.com
View 3 RepliesI'm looking for a blogging site to host my ASP.Net/C# (and possibly other web related programming) technical blog - where should I create such blog?
BTW, it's a shame that SO does not offer blogging services.
Note: I would create it on [URL], but it requires to be a highly active member on their site.
Guys I want to make a blog like http://www.hanselman.com/blog
is there is any solution like wordpress in dot net ? or we have to write our own code in it
what hanselman is using
What's the best ASP.NET MVC based blog engine out there which is ready to deploy? I am guessing there are no MVC blog engines which are comparable with WebForms based blog engines like dasBlog, BlogEngine and subText? I think Oxite is a dead end and Orchid is more like a CMS.Looking for an engine which can do these:
RSS feeds support
anti comment spam functionality like support for Akismet
comment post approval support
Some kind of theming if possible
I AM getting an error while opening blogengine.net 2.0 in visual studio 2010 designer view.It is showing the master page error.But while executing the page it is loading correctly.
View 2 Replies