Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Live Data Testing

    I have a database that i created in Microsoft Access. I created the doctype as
    ASP vbscript and creasted a record set. But when I go to click on live data
    test to see if it works it wants to download the.asp page that has my music
    downloads on it. It doesn't want to check to see how it is layed out in hml
    format online. How do I set up live data to work so I can hit f12 to test my
    page to see if it works?

    digitaldramzus Guest

  2. Similar Questions and Discussions

    1. Embed live cue data in live stream?
      I am currently using the new FME to encode live to a FMS. Both applicatioins are running on the same machine. Is there a way to embed live cue and...
    2. Live data feed within live flash video?
      Is there a way to encode some live data, say from a serial port into a live video stream? Windows media has such a feature within the script window.
    3. problem testing on xml data
      Hello, The following test does not work. The nodeType for the data is 3 (text), and the values are returned as a 0 or 1, yet I can't do a simple...
    4. Getting XML data from live ASP page??
      I've built a flash movie that reads in data from an XML source. It works fine when the XML is in a static file in the same directory either by...
    5. testing hyperlink data
      I have a text member that I have assigned hyperlinks to. Some of the text has hyperlinks that call a handler that plays a movie and the rest of the...
  3. #2

    Default Re: Live Data Testing

    If it's downloading, then the server isn't recognizing the ASP. What server
    are you using? IIS? Make sure you have ASP as a document type available
    for the Default Web Site. If it's another server, make sure ASP is enabled
    on that server.


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "digitaldramzus" <webforumsuser@macromedia.com> wrote in message
    news:d573da$8gt$1@forums.macromedia.com...
    > I have a database that i created in Microsoft Access. I created the
    doctype as
    > ASP vbscript and creasted a record set. But when I go to click on live
    data
    > test to see if it works it wants to download the.asp page that has my
    music
    > downloads on it. It doesn't want to check to see how it is layed out in
    hml
    > format online. How do I set up live data to work so I can hit f12 to test
    my
    > page to see if it works?
    >

    Nancy Gill Guest

  4. #3

    Default Re: Live Data Testing

    On Tue, 03 May 2005 08:49:30 +0300, digitaldramzus
    <webforumsuser@macromedia.com> wrote:
    > I have a database that i created in Microsoft Access. I created the
    > doctype as
    > ASP vbscript and creasted a record set. But when I go to click on live
    > data
    > test to see if it works it wants to download the.asp page that has my
    > music
    > downloads on it. It doesn't want to check to see how it is layed out in
    > hml
    > format online. How do I set up live data to work so I can hit f12 to
    > test my
    > page to see if it works?
    >
    Configure your web server, position your site in the Server folder and
    assign the correct permissions to the IUSR. Also make sure that the
    database is correctly connected.

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado 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