I have put this question up earlier but have not succeeded in getting things working.
I have started learning ASP from books and as such encounter many problems.My problem is that I am using windows 98 and PWS to run my ASP scripts.I have even tried using WindowsNt with IIS server.I have correctly followed all the procedure to run the script that is creating a virtual directory,saving my file in the directory and executing it as follows
Normal html runs from the server when executed in the same manner. However,my script does not give any output to me or in some case when I do the same things on some other machine i get a screen saying that i have asked to download a file.I have tried writing a simple scrpt like the one below just to test the working of ASP and it doesn't work.Please read the following.
<%@ Language=VBScript %>
<html>
<head>
<title>Example 1</title>
</head>
<body>
<%
FirstVar = "Hello world!"
%>
<%=FirstVar%>
</body>
</html>
I have to move into hardcore programming but i can not get past the basic and therefore i am stuck.Kindly assist me as i need help in order to move any further.
I would really appreciate if you could be of any kind of help.
I have started learning ASP from books and as such encounter many problems.My problem is that I am using windows 98 and PWS to run my ASP scripts.I have even tried using WindowsNt with IIS server.I have correctly followed all the procedure to run the script that is creating a virtual directory,saving my file in the directory and executing it as follows
Normal html runs from the server when executed in the same manner. However,my script does not give any output to me or in some case when I do the same things on some other machine i get a screen saying that i have asked to download a file.I have tried writing a simple scrpt like the one below just to test the working of ASP and it doesn't work.Please read the following.
<%@ Language=VBScript %>
<html>
<head>
<title>Example 1</title>
</head>
<body>
<%
FirstVar = "Hello world!"
%>
<%=FirstVar%>
</body>
</html>
I have to move into hardcore programming but i can not get past the basic and therefore i am stuck.Kindly assist me as i need help in order to move any further.
I would really appreciate if you could be of any kind of help.