Link to home
Start Free TrialLog in
Avatar of Overthere
Overthere

asked on

ASP Page not found -Dreamweaver

Hi Folks,

   I am using Dreamwear MX 2004 - I know , it's old..  I created an asp page, have IIS running and the web site defined etc. When I try to preview the page in Dreamweaver using IE, it tells me page not found and shows this URL address http://localhost/TMPt7xgsk7nr.asp.
I do not have a server and have IIS installed on my laptop that uses Windows XP Pro. In other words, my developing and testing are both done on the same computer.
What am I doing wrong?

This is the coding:

 <%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<title>Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<table width="75%" border="1">
<% Dim I
    I = 0
   response.write I
 While I < 3 %>
 
 <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
 
  <% I = I + 1
   Response.Write I
   End While %>
  </table>
<body>

</body>
</html>
ASKER CERTIFIED SOLUTION
Avatar of Wayne Barron
Wayne Barron
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Overthere
Overthere

ASKER

Thanks folks - Since both of you added help that was good, I split the points between you. If this is not statisfy pls let me know.
That is fine Overthere.
Have a good weekend.

Carrzkiss