We run a PHP-website through IIS v6.0 (windows server 2003). The site was configured by an ex-collegue. Now I have to add a couple of existing
ASP-pages to the site. I have tried this, but it won't work. When calling an ASP page in Internet Explorer, we get the following message : "The page cannot be found". However, if I rename the asp-pages to php, it does work fine, but this is not the way I want it to work (I like to keep the asp pages, to be sure they work well). Can one configure IIS so ASP pages can run aside our existing PHP-pages ?
Some basic settings in our IIS :
Web Sites => Properties => ISAPI Filters => .php (php5isapi.dll)
Web Service Extensions => Only php is allowed
I have tried to add the following settings :
Web Sites => Propeties => ISAPI Filters => .asp (aspnet_filter.dll)
Web Service Extensions => ASP.NET => allowed
Even with these settings I keep getting the "HTTP Error 404 - File or directory not found"
Extra remark : I don't know the version of ASP, in which the ASP pages are made. Does this matter in any way or are
there some other settings I have forgotten to define ?
Thx