Skip to main content
Known Participant
October 25, 2007
Question

ASP.Net 2.0 support

  • October 25, 2007
  • 4 replies
  • 336 views
I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run it? I would like to use the ASP.Net object HiddenField.
This topic is closed to new replies. Start a new post to keep the conversation going.

4 replies

chazter6Author
Known Participant
October 26, 2007
-m-@v@-m-, Steve, darrel,

Thanks for replying. I am heading to that direction using Visual Studio. I have downloaded VS Express for ASP.Net applictions.
Inspiring
October 26, 2007

>I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it
> possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run
> it?

Yes, but that kind of defeats to main points of ASP.net 2.0

1) VS. drag and drop built in web controls
2) compiled code

If you do ASP.net, better off using VS.net

-Darrel


Inspiring
October 26, 2007
You can use the DreamWeaver editor to write any kind of code, but you won't
get much use from any of the built-in tools, templates, etc.

For coding, you should use Visual Studio, There are express versions that
are free; check the Microsoft site.

HTH,

Steve


"chazter6" <webforumsuser@macromedia.com> wrote in message
news:ffqsem$1qu$1@forums.macromedia.com...
>I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it
> possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run
> it?
> I would like to use the ASP.Net object HiddenField.
>


Inspiring
October 25, 2007
Use one of the Visual Studio products to do 2.0.


"chazter6" <webforumsuser@macromedia.com> wrote in message
news:ffqsem$1qu$1@forums.macromedia.com...
>I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it
> possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run
> it?
> I would like to use the ASP.Net object HiddenField.
>