dreampolice
Technical User
I have Cold Fusion working on my local Windows XP workstation using IIS and my web pages are in C:\CFusionMX\wwwroot where I see the pages in this url:
[/blue]
Now I want to start creating ASP using IIS but the page doesnt show anything in my attempt in web root (C:\CFusionMX\wwwroot). It shows blank for this attempt here as I try and view it with
Please advise why the ASP wont work but my Cold Fusion works on my local IIS web server.
[/blue]
Now I want to start creating ASP using IIS but the page doesnt show anything in my attempt in web root (C:\CFusionMX\wwwroot). It shows blank for this attempt here as I try and view it with
Code:
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>
Please advise why the ASP wont work but my Cold Fusion works on my local IIS web server.