|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP.....ASAP!!!!!!! |
From: |
Karen |
Date: |
1/27/2000 12:32:08 PM |
IP: |
208.157.21.13 |
Im pretty much new to this ASP. I have a small program snippet which looks like this
<% language=vbscript %>
<HTML>
<HEAD>
<TITLE>
Thr Intranet Request
</TITLE>
</HEAD>
<BODY>
<%i=10%>
<font size="<%i%>">
The netserver sis working with ASP</font>
<% response.write("SDDD") %>
</BODY>
</HTML>
I saved this file in the C:\InetPub\wwwroot\samples. I run IIS4.0 but when i try to access this file from a browser as
http://localhost/samples/trial.asp .. nothing gets displayed.
http://<server name>/samples/trial.asp was also tried.
If i include any HTML code in between...that gets displayed but the script code doesn;t get executed.
what might be the problem.
plz post the reply..do not mail me
karen |
Follow Up - Re: ASP.....ASAP!!!!!!! - Ricardo Londe 1/28/2000 7:52:17 AM
|
|
|
|
|
|
|
|
|
|
|
|