ASP files not displaying
Posted by: eDe (---.bas503.dsl.esat.net)
Date: June 18, 2007 01:41PM


I'm using version 1.7.1

I'm buidling my first site in ASP but none of the .asp files are displaying properly from [localhost]. I normally use PHP and these output fine.

Instead of displaying the asp web page as it should be on a browser, i get the html code displayed in the borswer such as

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[www.w3.org];
<html xmlns="[www.w3.org];
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
test
</body>
</html>


Is there some setting I need to activate to make this work. Apologies if I am doing something stupid.

Options: ReplyQuote
Re: ASP files not displaying
Posted by: dval (---.chrcitadelle.be)
Date: June 18, 2007 02:46PM

ASP is Microsoft language, only on IIS server from Microsoft...
WAMP is W(indows) A(pache) M(ysql) P(hp) : NOT ASP , NOT Internet Information Server from Microsoft...
Then NOT ASP exec in wamp.

PHP is independant and it may work with IIS too, but for that you must install it manualy.

Options: ReplyQuote
Re: ASP files not displaying
Posted by: yfastud (72.236.169.---)
Date: June 18, 2007 02:50PM

Quote

Is there some setting I need to activate to make this work. Apologies if I am doing something stupid.
Afraid so; have to do either one here

1. Setup dual web servers: wamp and iis
2. Install asp.net driver which only support asp.net

If you pick the first choice, search this forum for my usename and iis, you might run into my old post which guide how to

Have fun,


Options: ReplyQuote


Sorry, only registered users may post in this forum.