New user of IIS and ASP. Am not able to get ASP to work in FrontPage 2000.
Have created a virtual directory named asptest that points to the folder containing the web files. Created a test file, named index3.asp, containing simple ASP script to test asp:
<html>
<body>
<h1>This is html text</h1>
<br>
<%
response.write("If you can see this then ASP works"
%>
</body>
</html>
When I open Internet Explorer:
1. and input Address: it correctly returns both the html text and the ASP response.
2. and input the in the Address: D:\DBackup\FPWebs\ASP\index3.asp the return is just the html portion "This is html text". The ASP portion of the script didn't execute correctly.
When I open this web in FrontPage and select the index3.asp file, the normal and preview views only display the html text "this is html text". The ASP script didn't execute.
Why won't FrontPage display the asp portions of the script?
I will be forever indebted to those that can help me out of this quagmire.
Have created a virtual directory named asptest that points to the folder containing the web files. Created a test file, named index3.asp, containing simple ASP script to test asp:
<html>
<body>
<h1>This is html text</h1>
<br>
<%
response.write("If you can see this then ASP works"
%>
</body>
</html>
When I open Internet Explorer:
1. and input Address: it correctly returns both the html text and the ASP response.
2. and input the in the Address: D:\DBackup\FPWebs\ASP\index3.asp the return is just the html portion "This is html text". The ASP portion of the script didn't execute correctly.
When I open this web in FrontPage and select the index3.asp file, the normal and preview views only display the html text "this is html text". The ASP script didn't execute.
Why won't FrontPage display the asp portions of the script?
I will be forever indebted to those that can help me out of this quagmire.