Tagged Questions
0
votes
1answer
63 views
IIS to parse php in a .dll files [closed]
The .dll files ain't the dynamic link library. That's what the client side software calls for (cannot change).
Its essentially a php script that should run and return specific values.
However ...
0
votes
2answers
532 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 ...
3
votes
1answer
399 views
IIS XML encoding seems to be wrong
We are moving our web application from Apache 2.0 to IIS 7.
Everyhing is fine with UTF-8 encoding, but just one thing.
There's a flash movie in the page that reads an xml content (dynamically ...
1
vote
0answers
170 views
Why would a php file return 404 while in the bin directory on IIS7? [closed]
I'm running IIS7 and I have fastCGI installed and php code works just fine normally.
Today I added a php file that contained only code an no html markup to the bin directory. And when I try to access ...