Browser error with ASP.Net and Dreamweaver

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

  1. #1

    Default Browser error with ASP.Net and Dreamweaver

    I am very new to dynamic web development, but I have been working with
    Dreamweaver for a longtime. My question deals with using ASP.NET. I recently
    set up IIS on my home computer in order to test my server side scripts. I've
    also created a database in Access that I'm using to test this. In Dreamweaver
    I'm selecting New ASP.NET VB page. I've created a successful connection to the
    database (it shows up in the Application window). I've also created a
    successful dataset using that connection. It shows up in the Bindings section
    of my Application window. In that dataset, I have 3 fields (Product
    Discription, Product ID, and Poduct Name).

    I created a 3 row, 1 column table on the page. I dragged each of my fields
    from the Dataset window into one of the three cells on the page. I save the
    page, and I preview it in a browser. Then a window in the browser pops up
    asking me what program I want to use to view this .aspx file (instead of it
    opening in the browser).

    Can anyone help me? I think I'm so close, so it is really frustrating.


    [email]blakecsamic@gmail.com[/email]

    samicbc Guest

  2. Similar Questions and Discussions

    1. Browser Error
      I keep getting an error when I try to save a password on a website. "BROWSER REFUSES TO SIGN IN" I set my internet properties to accept all cookies...
    2. Browser Error on Submit
      When someone submits a form, http://www.benjaminministries.org/packages.cfm, the browser returns an error saying that the site can not be found....
    3. Preview in Browser Error on Mac OS 10.2.8
      Hello: Finally, I completed the dynamic page tutorial. Now trying to view in diff. browsers by doing "Preview in Browser". Then I'm getting...
    4. Dreamweaver MX2004 Pop Up Menu Browser Problems IE6.0
      :frown; I have tried adding pop up menus to my test website using Dreamweaver MX2004 pop up menu options. I noticed that it also created a...
    5. NetScape Browser Error???
      xmlhttp.setRequestHeader Check out the bottom area of this page. http://www.aspfaq.com/show.asp?id=2173 Ray at home -- Will trade ASP help...
  3. #2

    Default Re: Browser error with ASP.Net and Dreamweaver

    > I save the
    > page, and I preview it in a browser.
    You can't preview it from your hard drive (ie C:/path/to/your/file.aspx)
    but, rather, you need to load it via your web server:
    [url]http://localhost/wwwroot/your/file.aspx[/url]

    you also need to make sure that you have the .net framework installed.

    -Darrel


    darrel 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