Begin asp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Ilacqua

    Begin asp

    I can't seem to get started. I cannot run an asp script on my personal web
    server (my laptop) I can go to it's home page ok but to run an asp page it
    just sits there and says web page found waitng for reply, with an horglass.
    Where do I begin?

    Thanks
    Paul


  • Ray at

    #2
    Re: Begin asp

    What does your code look like?

    Ray at work

    "Paul Ilacqua" <pilacqu1@twcny .rr.com> wrote in message
    news:OB3lIhFEEH A.2308@tk2msftn gp13.phx.gbl...[color=blue]
    > I can't seem to get started. I cannot run an asp script on my personal web
    > server (my laptop) I can go to it's home page ok but to run an asp page it
    > just sits there and says web page found waitng for reply, with an[/color]
    horglass.[color=blue]
    > Where do I begin?
    >
    > Thanks
    > Paul
    >
    >[/color]


    Comment

    • Paul Ilacqua

      #3
      Re: Begin asp

      Ray,
      I have a working machine where the code I'm using is working just fine.
      It's just canned examples from a book. I connect to SQL Server or Access
      just fine.
      That's why I'm frustrated. It's my development machine that has this
      problem. The setup looks identical to the "working" machine. I don't mind
      the work to troubleshoot it, I just don't know where to start.

      Thanks
      Paul




      "Ray at <%=sLocation% > [MVP]" <myfirstname at lane34 dot com> wrote in
      message news:u5YpEjFEEH A.3568@tk2msftn gp13.phx.gbl...[color=blue]
      > What does your code look like?
      >
      > Ray at work
      >
      > "Paul Ilacqua" <pilacqu1@twcny .rr.com> wrote in message
      > news:OB3lIhFEEH A.2308@tk2msftn gp13.phx.gbl...[color=green]
      > > I can't seem to get started. I cannot run an asp script on my personal[/color][/color]
      web[color=blue][color=green]
      > > server (my laptop) I can go to it's home page ok but to run an asp page[/color][/color]
      it[color=blue][color=green]
      > > just sits there and says web page found waitng for reply, with an[/color]
      > horglass.[color=green]
      > > Where do I begin?
      > >
      > > Thanks
      > > Paul
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Chris Hohmann

        #4
        Re: Begin asp

        "Paul Ilacqua" <pilacqu1@twcny .rr.com> wrote in message
        news:uJdn$KGEEH A.700@TK2MSFTNG P09.phx.gbl...[color=blue]
        > Ray,
        > I have a working machine where the code I'm using is working just[/color]
        fine.[color=blue]
        > It's just canned examples from a book. I connect to SQL Server or[/color]
        Access[color=blue]
        > just fine.
        > That's why I'm frustrated. It's my development machine that has this
        > problem. The setup looks identical to the "working" machine. I don't[/color]
        mind[color=blue]
        > the work to troubleshoot it, I just don't know where to start.[/color]

        A good place to start would be to show us the code, as Ray suggested. It
        sounds like you forgot a Recordset.MoveN ext call, but without seeing the
        code, we'll never know.

        -Chris Hohmann


        Comment

        • Bob Barrows

          #5
          Re: Begin asp

          Paul Ilacqua wrote:[color=blue]
          > Ray,
          > I have a working machine where the code I'm using is working just
          > fine. It's just canned examples from a book. I connect to SQL Server
          > or Access just fine.
          > That's why I'm frustrated. It's my development machine that has this
          > problem. The setup looks identical to the "working" machine. I don't
          > mind the work to troubleshoot it, I just don't know where to start.
          >[/color]

          A good place to start is to create a simple HelloWorld.asp page and see if
          that runs:

          <%
          Response.Write "Hello World"
          %>

          HTH,
          Bob Barrows

          --
          Microsoft MVP - ASP/ASP.NET
          Please reply to the newsgroup. This email account is my spam trap so I
          don't check it very often. If you must reply off-line, then remove the
          "NO SPAM"


          Comment

          • Paul Ilacqua

            #6
            Re: Begin asp

            No... the hello world script does not run. it just sits there with the
            status bar barely moving saying opening... Like I said I'm sure the code is
            OK because it works fine on another machine.

            Thanks so far
            Paul

            "Bob Barrows" <reb01501@NOyah oo.SPAMcom> wrote in message
            news:ORJUu%23GE EHA.3672@TK2MSF TNGP09.phx.gbl. ..[color=blue]
            > Paul Ilacqua wrote:[color=green]
            > > Ray,
            > > I have a working machine where the code I'm using is working just
            > > fine. It's just canned examples from a book. I connect to SQL Server
            > > or Access just fine.
            > > That's why I'm frustrated. It's my development machine that has this
            > > problem. The setup looks identical to the "working" machine. I don't
            > > mind the work to troubleshoot it, I just don't know where to start.
            > >[/color]
            >
            > A good place to start is to create a simple HelloWorld.asp page and see if
            > that runs:
            >
            > <%
            > Response.Write "Hello World"
            > %>
            >
            > HTH,
            > Bob Barrows
            >
            > --
            > Microsoft MVP - ASP/ASP.NET
            > Please reply to the newsgroup. This email account is my spam trap so I
            > don't check it very often. If you must reply off-line, then remove the
            > "NO SPAM"
            >
            >[/color]


            Comment

            • Bob Barrows

              #7
              Re: Begin asp

              OK, now we are getting somewhere. We have now determined that no outside
              dll's are involved in this problem. ASP is simply not running. Without
              details about your OS or IIS version it's hard to provide further
              assistance. Here's an article over at aspfaq that may contain your answer:


              Here is another:


              HTH,
              Bob Barrows

              Paul Ilacqua wrote:[color=blue]
              > No... the hello world script does not run. it just sits there with the
              > status bar barely moving saying opening... Like I said I'm sure the
              > code is OK because it works fine on another machine.
              >
              > Thanks so far
              > Paul[/color]

              --
              Microsoft MVP - ASP/ASP.NET
              Please reply to the newsgroup. This email account is my spam trap so I
              don't check it very often. If you must reply off-line, then remove the
              "NO SPAM"


              Comment

              • Jeff Cochran

                #8
                Re: Begin asp

                On Mon, 22 Mar 2004 19:58:55 -0500, "Paul Ilacqua"
                <pilacqu1@twcny .rr.com> wrote:
                [color=blue]
                >No... the hello world script does not run. it just sits there with the
                >status bar barely moving saying opening... Like I said I'm sure the code is
                >OK because it works fine on another machine.[/color]

                The code may or may not be okay. There are differences between the
                systems, so the code may need changes. Or permissions may need to be
                changed on the system. Without specifics, we can't really point to
                much, we don't even know what operating system you use.

                Start with the Hello World! script and don't even attempt your other
                code until it works. Tell us how you're running it, what URL you use
                in the browser, error messages that appear if any, whether a plain
                HTML file works and so on. And please at least clue us in on your
                operating system on the laptop.

                Jeff
                [color=blue]
                >"Bob Barrows" <reb01501@NOyah oo.SPAMcom> wrote in message
                >news:ORJUu%23G EEHA.3672@TK2MS FTNGP09.phx.gbl ...[color=green]
                >> Paul Ilacqua wrote:[color=darkred]
                >> > Ray,
                >> > I have a working machine where the code I'm using is working just
                >> > fine. It's just canned examples from a book. I connect to SQL Server
                >> > or Access just fine.
                >> > That's why I'm frustrated. It's my development machine that has this
                >> > problem. The setup looks identical to the "working" machine. I don't
                >> > mind the work to troubleshoot it, I just don't know where to start.
                >> >[/color]
                >>
                >> A good place to start is to create a simple HelloWorld.asp page and see if
                >> that runs:
                >>
                >> <%
                >> Response.Write "Hello World"
                >> %>
                >>
                >> HTH,
                >> Bob Barrows
                >>
                >> --
                >> Microsoft MVP - ASP/ASP.NET
                >> Please reply to the newsgroup. This email account is my spam trap so I
                >> don't check it very often. If you must reply off-line, then remove the
                >> "NO SPAM"
                >>
                >>[/color]
                >[/color]

                Comment

                • Paul Ilacqua

                  #9
                  Re: Begin asp

                  OS is Win2K with all updates. Call is http://barcodehome/w.asp where w.asp
                  is the Hello World Script File.
                  http://barcodehome/ brings up my home page, that does not contain any ASP.
                  So it looks like ASP is the
                  culprit. When I enter http://barcodehome/w.asp in the Start - run box I get
                  web site found. Waiting for reply... in the bottom left status bar. The
                  progress bar creeps along on the bottom right, and will run on forever.
                  I appreciate all your help.

                  Paul



                  "Jeff Cochran" <jcochran.nospa m@naplesgov.com > wrote in message
                  news:40613022.1 62500092@msnews .microsoft.com. ..[color=blue]
                  > On Mon, 22 Mar 2004 19:58:55 -0500, "Paul Ilacqua"
                  > <pilacqu1@twcny .rr.com> wrote:
                  >[color=green]
                  > >No... the hello world script does not run. it just sits there with the
                  > >status bar barely moving saying opening... Like I said I'm sure the code[/color][/color]
                  is[color=blue][color=green]
                  > >OK because it works fine on another machine.[/color]
                  >
                  > The code may or may not be okay. There are differences between the
                  > systems, so the code may need changes. Or permissions may need to be
                  > changed on the system. Without specifics, we can't really point to
                  > much, we don't even know what operating system you use.
                  >
                  > Start with the Hello World! script and don't even attempt your other
                  > code until it works. Tell us how you're running it, what URL you use
                  > in the browser, error messages that appear if any, whether a plain
                  > HTML file works and so on. And please at least clue us in on your
                  > operating system on the laptop.
                  >
                  > Jeff
                  >[color=green]
                  > >"Bob Barrows" <reb01501@NOyah oo.SPAMcom> wrote in message
                  > >news:ORJUu%23G EEHA.3672@TK2MS FTNGP09.phx.gbl ...[color=darkred]
                  > >> Paul Ilacqua wrote:
                  > >> > Ray,
                  > >> > I have a working machine where the code I'm using is working just
                  > >> > fine. It's just canned examples from a book. I connect to SQL Server
                  > >> > or Access just fine.
                  > >> > That's why I'm frustrated. It's my development machine that has this
                  > >> > problem. The setup looks identical to the "working" machine. I don't
                  > >> > mind the work to troubleshoot it, I just don't know where to start.
                  > >> >
                  > >>
                  > >> A good place to start is to create a simple HelloWorld.asp page and see[/color][/color][/color]
                  if[color=blue][color=green][color=darkred]
                  > >> that runs:
                  > >>
                  > >> <%
                  > >> Response.Write "Hello World"
                  > >> %>
                  > >>
                  > >> HTH,
                  > >> Bob Barrows
                  > >>
                  > >> --
                  > >> Microsoft MVP - ASP/ASP.NET
                  > >> Please reply to the newsgroup. This email account is my spam trap so I
                  > >> don't check it very often. If you must reply off-line, then remove the
                  > >> "NO SPAM"
                  > >>
                  > >>[/color]
                  > >[/color]
                  >[/color]


                  Comment

                  • John Blessing

                    #10
                    Re: Begin asp

                    > "Jeff Cochran" <jcochran.nospa m@naplesgov.com > wrote in message[color=blue]
                    > news:40613022.1 62500092@msnews .microsoft.com. ..[color=green]
                    > > On Mon, 22 Mar 2004 19:58:55 -0500, "Paul Ilacqua"
                    > > <pilacqu1@twcny .rr.com> wrote:
                    > >[color=darkred]
                    > > >No... the hello world script does not run. it just sits there with the
                    > > >status bar barely moving saying opening... Like I said I'm sure the[/color][/color][/color]
                    code

                    Do you have Norton Antivirus? Have you enabled script blocking? If so,
                    disable it.
                    --
                    John Blessing

                    http://www.LbeHelpdesk.com - Help Desk software priced to suit all
                    businesses
                    http://www.free-helpdesk.com - Completely free help desk software !
                    http://www.lbetoolbox.com - Remove Duplicates from MS Outlook


                    Comment

                    • Paul Ilacqua

                      #11
                      Re: Begin asp

                      John ,
                      I have MCaffe and I disabled script blocking and that was it. Thanks to
                      all.
                      Paul

                      "John Blessing" <jb@**REMOVE**T HIS**LbeHelpdes k.com> wrote in message
                      news:Koc8c.5260 $1h7.34425@news fep4-glfd.server.ntl i.net...[color=blue][color=green]
                      > > "Jeff Cochran" <jcochran.nospa m@naplesgov.com > wrote in message
                      > > news:40613022.1 62500092@msnews .microsoft.com. ..[color=darkred]
                      > > > On Mon, 22 Mar 2004 19:58:55 -0500, "Paul Ilacqua"
                      > > > <pilacqu1@twcny .rr.com> wrote:
                      > > >
                      > > > >No... the hello world script does not run. it just sits there with[/color][/color][/color]
                      the[color=blue][color=green][color=darkred]
                      > > > >status bar barely moving saying opening... Like I said I'm sure the[/color][/color]
                      > code
                      >
                      > Do you have Norton Antivirus? Have you enabled script blocking? If so,
                      > disable it.
                      > --
                      > John Blessing
                      >
                      > http://www.LbeHelpdesk.com - Help Desk software priced to suit all
                      > businesses
                      > http://www.free-helpdesk.com - Completely free help desk software !
                      > http://www.lbetoolbox.com - Remove Duplicates from MS Outlook
                      >
                      >[/color]


                      Comment

                      Working...