Tagged Questions
1
vote
1answer
167 views
Localhost vs 127.0.0.1 - Error when referring to own IP address for an application running on IIS
I have an ASP.net application which I've been playing around with on my Windows 2008 server. I have WordPress installed so that when I visit the server by it's IP address I can visit my hosted ...
1
vote
3answers
190 views
Rewriting URL to get Wordpress “permalink” type URL
I have created an ASP.NET site to replace a WordPress site that creates permalinks in the format:
http://example.com/the-name-of-my-post
I would like these URLs redirected to:
...
0
votes
2answers
530 views
Wordpress blog in subdirectory of ASP.NET webforms application
I am trying to setup a Wordpress blog to run in the subdirectory of an ASP.NET wbforms application so I can have http://www.myapplication.com/blog
I have Wordpress running on IIS 7 fine as it's own ...
7
votes
3answers
180 views
What resources are available to get an experienced .net developer up and running quickly with Wordpress/PHP development?
Specifically,
what are the preferred development tools (free?)
Are there any good tutorial sites that are up-to-date with the latest version of Wordpress
Has anyone ever done Wordpress/PHP ...