Skip to main content
Participant
October 13, 2006
Question

Configuring ASP.NET

  • October 13, 2006
  • 3 replies
  • 244 views
I am a new ASP.NET programmer. I just installed Dreamweaver 8.0 and set up a site. I am running IIS on my local machine. I set my server technology to ASP.NET VB.

Initially, I typed in some text and save a page as .aspx. When I previewed the page, it displayed the text properly. When I defined a SQL-Server connection and added database results, however, preview displays code.

What have I missed and how do I configure IIS to display the ASP.NET results?

Steve
This topic has been closed for replies.

3 replies

Inspiring
October 13, 2006
Have you installed ASP.NET?

--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004





Inspiring
October 13, 2006
Off topic, but let me guess:
You just got a big government contract?


sbrenier wrote:
> I am a new ASP.NET programmer. I just installed Dreamweaver 8.0 and set up a
> site. I am running IIS on my local machine. I set my server technology to
> ASP.NET VB.
>
> Initially, I typed in some text and save a page as .aspx. When I previewed
> the page, it displayed the text properly. When I defined a SQL-Server
> connection and added database results, however, preview displays code.
>
> What have I missed and how do I configure IIS to display the ASP.NET results?
>
> Steve
>
Inspiring
October 13, 2006
> What have I missed and how do I configure IIS to display the ASP.NET
> results?

You need to view the pages through IIS: (using http://localhost/)

FYI, DW doesn't to ASP.net 2.0 and doesn't do ASP.net 1.0 codebehind. If you
want to get serious about .net, I'd suggest getting VS.net

-Darrel