Probelms viewing webpage

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

  1. #1

    Default Probelms viewing webpage

    Hello All,

    I successfully created a database connect between SQL server and DW, the
    problem I'm having is that I'm not able to view the page on IE or "Live Data
    View". The error that DW is giving me is listed below. Can someone please tell
    me what I need to do to correct this problem. Thanks.

    On IE
    ----------------------------------------------------

    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be
    displayed.

    HTTP 500 - Internal server error
    Internet Explorer


    On Live Data View
    ------------------------------------------------------
    Active Server Pages error 'ASP 0141'
    Page Command Repeated
    /ANF/yes_6qjc3cdeh0.asp, Line 106
    The @ command can only be used once within the Active Server Page.

    Mike1500 Guest

  2. Similar Questions and Discussions

    1. Viewing
      How can i view information from a database via DreamweaverMX?
    2. MXDataGrid Sorting Probelms
      My mxDataGrid doesn't sort, even if I set the properties to sort. When I drag a SQL table onto my form, it works fine, but I'm working with ODBC...
    3. to ensure that you are viewing the latest webpage
      Hi, I have just made my own company website www.intelligentfinance.com.au using publisher and I update (fiddle around) with the contect each...
    4. Probelms with apt-proxy
      Last night I installed apt-proxy on my Woody system. It doesn't work. I have searched the debian-user archives, the apt-proxy-user archives, and...
    5. PDF viewing and such
      Hi, I am wondering what everyone here uses to view PDF files in Linux these days? I do use text2pdf for instances where I only care about the...
  3. #2

    Default Re: Probelms viewing webpage

    Somehow DW has created two language definition statements on your page. Go
    down to line 106 in the code and delete the second one starting with

    <%@language


    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Mike1500" <webforumsuser@macromedia.com> wrote in message
    news:cvie0k$2i7$1@forums.macromedia.com...
    > Hello All,
    >
    > I successfully created a database connect between SQL server and DW, the
    > problem I'm having is that I'm not able to view the page on IE or "Live
    Data
    > View". The error that DW is giving me is listed below. Can someone please
    tell
    > me what I need to do to correct this problem. Thanks.
    >
    > On IE
    > ----------------------------------------------------
    >
    > The page cannot be displayed
    > There is a problem with the page you are trying to reach and it cannot be
    > displayed.
    >
    > HTTP 500 - Internal server error
    > Internet Explorer
    >
    >
    > On Live Data View
    > ------------------------------------------------------
    > Active Server Pages error 'ASP 0141'
    > Page Command Repeated
    > /ANF/yes_6qjc3cdeh0.asp, Line 106
    > The @ command can only be used once within the Active Server Page.
    >

    Paul Whitham TMM 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