Ask a Question related to Dreamweaver AppDev, Design and Development.
-
samicbc #1
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
-
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... -
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.... -
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... -
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... -
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... -
darrel #2
Re: Browser error with ASP.Net and Dreamweaver
> I save the
You can't preview it from your hard drive (ie C:/path/to/your/file.aspx)> page, and I preview it in a browser.
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



Reply With Quote

