Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default ASP errors from IIS

    I am using Dreamweaver MX to connect to an SQl DB. No
    problem here. However it is an Intranet that i am
    building, one currently exists as a virtual directory
    under default web site in IIS 5.0. I have created another
    Virtual Directory in IIS and set everything up the same as
    it is in the current intranet.
    Problem:
    I have an insert record form on one page, call it
    page1.asp. I have set up the record insert form to go to
    a specific URL (call it page2.htm) when the submit button
    is pressed. When this is pressed I see '../page1.asp?' in
    the address bar and the code is showing?!. I have
    researched this to some extent today and have found an MS
    article on this being an issue when the folder contianing
    scripts is not setup as executable. I know that my IIS
    install is capable of ASP as it has been executing it for
    3 years now onr the old/current intranet. I know that
    Dreamweaver MX inserts some scripts in the
    _mmServerScripts folder and this MAY be the issue. I just
    don't know.

    very frusterated, anyone got any ideas?

    thanks
    Tony
    Tony Guest

  2. Similar Questions and Discussions

    1. CF4.5 Errors in logs and Unix 111 errors!
      :confused; Hi All, I have been getting a lot of Unix 111 errors and there are various errors in my coldfusion logs. I can't find any resources...
    2. ASP errors
      Since upgrading to Windows 2003 Server from Windows 2000 Enterprise Server we have had alot of ASP problems. The problems are centered around asp...
    3. supress errors at the page level? Undefined index errors.
      I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in...
    4. where are my errors?
      Hi, all -- My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I...
    5. Pop-up window errors:"translators not loaded due to errors"
      I keep getting pop-up windows when using DWMX....any suggestions as to how to fix this type of error? The pop-up says: at line 16...
  3. #2

    Default Re: ASP errors from IIS

    Tony wrote:
    > I am using Dreamweaver MX to connect to an SQl DB. No
    > problem here. However it is an Intranet that i am
    > building, one currently exists as a virtual directory
    > under default web site in IIS 5.0. I have created another
    > Virtual Directory in IIS and set everything up the same as
    > it is in the current intranet.
    > Problem:
    > I have an insert record form on one page, call it
    > page1.asp. I have set up the record insert form to go to
    > a specific URL (call it page2.htm) when the submit button
    > is pressed. When this is pressed I see '../page1.asp?' in
    page1? Do you mean '../page2.asp?' ?
    > the address bar and the code is showing?!. I have
    > researched this to some extent today and have found an MS
    > article on this being an issue when the folder contianing
    > scripts is not setup as executable. I know that my IIS
    > install is capable of ASP as it has been executing it for
    > 3 years now onr the old/current intranet. I know that
    > Dreamweaver MX inserts some scripts in the
    > _mmServerScripts folder and this MAY be the issue. I just
    > don't know.
    >
    > very frusterated, anyone got any ideas?
    >
    > thanks
    > Tony
    Shot in the dark guess: did you set the form's Action property to GET
    instead of POST?

    I would ask you to post your code, but I probably won't read the DW code.
    But, somebody else might, so go ahead and post your FORM tag

    Bob Barrows

    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Bob Barrows Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139