Asp page won't open

I have this web page that works fine on one web host but not another. It works great here: http://www.kollelbaaleibatim.com/pweb.asp It doesn't work here: http://pmustangs.com/pweb.asp

Any idea?

thanks

+2


a source to share


2 answers


Looking at the response header from both servers, I can say that

kollelbaaleibatim.com is served by: Microsoft-IIS/7.0

While



pmustangs.com is served by Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635

Are you sure your second server supports classic ASP?

+5


a source


Your host pmustangs has not enabled ASP processing. It did not map the .asp extension to the ASP.DLL script processor.



0


a source







All Articles