penguinspeaks
Technical User
I have enabled IIS, checked to see if ASP and everything else was running, all are running.
Yesterday, I could display a simple "hello world" test page and it checked out fine. Today when i run any ASP page, it shows me the text of the ASP script on the page.
For example when I display index_test.asp it shows
<code>
<% var1= "hello world" %> <% =var1 %>
</code> Instead od just showing hello world.
Anything I have within the <% %> brackets shows up on the web page as text. Of course asp code should not show on a web page at all.
So basically, it is recognizing and showing the asp page with zero errors, but basically all of my code is showing up on the page.
I am using the format. I have tried to use the in place of localhost and I get the same result. Any ideas?
THanks
Bam
Yesterday, I could display a simple "hello world" test page and it checked out fine. Today when i run any ASP page, it shows me the text of the ASP script on the page.
For example when I display index_test.asp it shows
<code>
<% var1= "hello world" %> <% =var1 %>
</code> Instead od just showing hello world.
Anything I have within the <% %> brackets shows up on the web page as text. Of course asp code should not show on a web page at all.
So basically, it is recognizing and showing the asp page with zero errors, but basically all of my code is showing up on the page.
I am using the format. I have tried to use the in place of localhost and I get the same result. Any ideas?
THanks
Bam