« Previous Next »

Thread: Help: I cannot view the final output of ASP in Vista Ultimatte. I only see the source code....

Last post 01-21-2009 11:14 PM by qbernard. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 01-21-2009, 9:10 PM

    • Stecha
    • Not Ranked
    • Joined on 01-22-2009, 1:35 AM
    • Posts 1

    Help: I cannot view the final output of ASP in Vista Ultimatte. I only see the source code....

    Hi everyone,

    First of all, I m a student and I try to do an assignment using ASP. The fact that I wanted to test my ASP pages before uploading them online led me to install IIS. I am using Windows Vista Ultimate and I followed the steps of installing ISS through windows features. However I am not sure if I did it right because I ticked all the boxes in the "World Wide Web Services", while in "Web Management Tools" I just left only "IIS Management Console" ticked. In addition I left "FTP Publishing Service" blank as default. I don't know if there might be a conflict or not. After that I saved my first ASP page in this direction "C:\inetpub\wwwroot". Although I had some problems saving files there, I bypassed them by loading notepad as Administrator.

    Finally, this is where I face a problem. When I try to load my ASP file through IE7, instead of displaying my normal ASP page, I can only see the source code.

    The problem might be obvious for you but not for me. Please help me:) Thanks a lot.

    Here is the source code of a very sipmple example I receive in IE7:

     <%@ Language=VBScript %>
     <% Option Explicit %>

     <HTML>
     <BODY>
        <B>Square Roots</B><BR>
     <%
       Dim iLoop
       For iLoop = 1 to 10
         Response.Write iLoop & ": " & Sqr(iLoop) & "<BR>"
       Next
     %>

     </BODY>
     </HTML>

     

     

  • 01-21-2009, 11:14 PM In reply to

    Re: Help: I cannot view the final output of ASP in Vista Ultimatte. I only see the source code....

    a) Make sure  you got ASP component installed
    b) Check the handler mapping. do you see .asp mapping to IsapiModule?

    Cheers,
    Bernard Cheah
Page 1 of 1 (2 items)
Microsoft Communities