-
Posted to
Feature Requests
by
phdhiren
on
12-19-2006, 8:49 AM
Hello great minds there at Microsoft,
I don't know my request is proper or not,
Or already having answered with newer version
There should be configuration of renaming url (like .htaccess in apache ), with our IISIs it possible with IIS, please forgive if It is unusual demand..
-
Posted to
Classic ASP
by
phdhiren
on
12-19-2006, 8:40 AM
I'm not able to upload the file size of more than 2MB,
With PHP I know the solution to change in php.ini, but how do I with classical ASP?
-
Posted to
General
by
phdhiren
on
12-15-2006, 12:27 AM
hi steve,
Above link was very helpful to me thanks.
Actually I need to install PHP 4.4.4 with IIS6, the above link describe that with PHP5. Anyways It was very much simillar. just instead of php5isapi.dll , I've selected php4isapi.dll
once again thanks.
-
Posted to
General
by
phdhiren
on
12-12-2006, 9:49 AM
I'm trying to install php 4.4.4 on windows 2003 server having IIS 6.0
It successfully runs the windows binary that are downloaded from php.net site....php-4.4.4-installer.exe
During that I've also selected for IIS 6 or higher.
But after that .php file doesn't run... it shows 404 error?
What is missing in my installation way?
-
Posted to
Classic ASP
by
phdhiren
on
11-24-2006, 1:11 AM
ya, it is an ASP code.
Does making the file ASP.Net will solve my problem? My server has got ASP.NET support too.
-
Posted to
Classic ASP
by
phdhiren
on
11-23-2006, 6:09 AM
hello,
I was fetching the rss xml feed from remote server using MSXML3.XMLHTTP.3.0 object but suddenly after few days It stops working. :(
Set xmlHttp = Server.CreateObject(''MSXML3.XMLHTTP.3.0'')
It gives msxml3.dll error '80070005'
Do I need to create another object. I don't what happend Is there any other alternative ...