blend
02-27-2011, 10:12 PM
Hi
I have a problem that I'm trying to find a decent solution to.
I have a classic asp + MS SQL server application which runs in the folder of the main site called /app
The front end pages of the site are currently just static html pages but I want to use wordpress to maintain it.
The current solutions I've come up with all have serious flaws.
1) install PHP and get wordpress running on the web server and run the asp application in a virtual folder. Problem: can't install wordpress on the same server for security reasons.
2) Use utility similar to wget on linux to schedule a download of the wordpress HTML output. This is my preferred option but wget for windows doesn't seem to work.
3) run the WP site on a second LAMP server and run some kind of proxy on the primary. Problem: slow, adds second point of failure + can't find such a script anyway.
I'm assuming the normal way to do this is to use separate domains for the front and back end but in I believe in this case having two domains would be seriously detrimental to my google rankings.
I have a problem that I'm trying to find a decent solution to.
I have a classic asp + MS SQL server application which runs in the folder of the main site called /app
The front end pages of the site are currently just static html pages but I want to use wordpress to maintain it.
The current solutions I've come up with all have serious flaws.
1) install PHP and get wordpress running on the web server and run the asp application in a virtual folder. Problem: can't install wordpress on the same server for security reasons.
2) Use utility similar to wget on linux to schedule a download of the wordpress HTML output. This is my preferred option but wget for windows doesn't seem to work.
3) run the WP site on a second LAMP server and run some kind of proxy on the primary. Problem: slow, adds second point of failure + can't find such a script anyway.
I'm assuming the normal way to do this is to use separate domains for the front and back end but in I believe in this case having two domains would be seriously detrimental to my google rankings.
