General discussion

  • Creator
    Topic
  • #2082009

    ASp pages will not work

    Locked

    by h ·

    I’m having trouble get even very simple ASP pages to work. I have IIS4 loaded on a NT Server with service pack 4. I fI use the wizard in Access 97, an ASP page is generated and works fine – allowing me to navigate through the database records. But when I write a simple <%Response.Write ("Hello world") %> ASP page nothing happens.

    I get no error messages although debugging is turned on. The directory on the server where the page resides has been given read and execute permissions.

    What’s going on – it’s driving me nuts!!!

All Comments

  • Author
    Replies
    • #3900294

      ASp pages will not work

      by ricquip ·

      In reply to ASp pages will not work

      If you are using FrontPage (98) uhm you may want to try making the changes to the ASP file in Notepad, simply right mouse click and select Open With..

      I have noticed that FrontPage reverts to the saved ASP content if changes aren’t made in this way.

      Also you may want to visit support.microsoft.com and search the knowledge base.

      • #3741771

        ASp pages will not work

        by h ·

        In reply to ASp pages will not work

        The question was auto-closed by TechRepublic

    • #3903164

      ASp pages will not work

      by hotpro_99 ·

      In reply to ASp pages will not work

      Throw it away !!! Or if you really insist on keeping it, read the “help” in Access 97.
      Way down in a hidden corner it says quite explicitely that you must supply “parameters” before running the wizard. Somewhere in the Menus’s there is a Option for”Parameters”. Put your “Parameter” in there, and problem solved. Only Access 97 suffers from this, Access 2000 doesn’t. I think it’s under “tools” but have around. It’s called “Parameters” I had same problem, that fixed it. Good Luck

      • #3741772

        ASp pages will not work

        by h ·

        In reply to ASp pages will not work

        The question was auto-closed by TechRepublic

    • #3902999

      ASp pages will not work

      by debnjoh ·

      In reply to ASp pages will not work

      I had problems with this when I first started writing ASP.

      1– Make sure that you are going thru your server and not the path to the saved page. ie., http://myserver/test.asp and not wwwroot/path…./test.asp

      2– Try grabbing some sample pages from somewhere like activeserverpages.com and see if those work.

      3– Try writing a page in Notepad and see if that works.

      I know these are pretty basic, but I assumed them when I first started. Sorry if they are too simple.

      John

      • #3741773

        ASp pages will not work

        by h ·

        In reply to ASp pages will not work

        The question was auto-closed by TechRepublic

    • #3902976

      ASp pages will not work

      by trace ·

      In reply to ASp pages will not work

      I have some additional suggestions according to answer 3:
      1. in your browser, read the source HTML file, maybe you can find what is the matter.
      2. be sure you have added “<%@ LANGUAGE="VBSCRIPT" %>” in your ASP file.

      • #3741774

        ASp pages will not work

        by h ·

        In reply to ASp pages will not work

        The question was auto-closed by TechRepublic

    • #3897430

      ASp pages will not work

      by pol ·

      In reply to ASp pages will not work

      Hi 🙂
      and … something else 🙂
      netscape ,for example , dosn’t show
      page ,if u a not write the very simple thing

      Try this one 🙂

      <%response.write "Hello World"%>

      thx 🙂

      • #3741775

        ASp pages will not work

        by h ·

        In reply to ASp pages will not work

        The question was auto-closed by TechRepublic

    • #3741770

      ASp pages will not work

      by h ·

      In reply to ASp pages will not work

      This question was auto closed due to inactivity

    • #2665402

      Gateway

      by xvnight ·

      In reply to ASp pages will not work

      Also I just noticed that when I look at my ipconfig there isn’t default gateway.

Viewing 6 reply threads