Skip to main content
Participant
July 5, 2011
Answered

How do I create a UI for SQL server back end using Dreamweaver wizard

  • July 5, 2011
  • 3 replies
  • 744 views

Hi,

I want to test a database driven application which is using SQL server as back end.

To test that I want to create web UI using C#. As I remember in dreamweaver there is a wizard to do it easily.

But I can not find it now. Please let me how to do it

I'm using CS5.

Thanks

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer David_Powers

flashmark1 wrote:

I want to create web UI using C#. As I remember in dreamweaver there is a wizard to do it easily.

But I can not find it now.

Support for ASP.NET was removed from Dreamweaver some time ago (in CS4, I think).

If you want to restore the ASP.NET server behaviors in CS5, you need to install ASPNet_Support.mxp, which can be found in C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\configuration\DisabledFeatures in Windows or the similar location in the Applications folder on a Mac.

The server behaviors are no longer officially supported, but they perform the same functionality as in older versions of Dreamweaver.

3 replies

Participant
July 18, 2011

"If you want to restore the ASP.NET server behaviors in CS5, you need to install ASPNet_Support.mxp, which can be found in C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\configuration\DisabledFeatures in Windows or the similar location in the Applications folder on a Mac."

I restored the asp.net server like it mentioned in one of the replies. And I open the .aspx page in DreamWeaver . I am not getting the menu control in the design view as well as in 'live' view. And button control come only in design view not in the live view.

Am I missing something? I am new to Dreamweaver. I have downloaded css5 trial version.

David_Powers
David_PowersCorrect answer
Inspiring
July 5, 2011

flashmark1 wrote:

I want to create web UI using C#. As I remember in dreamweaver there is a wizard to do it easily.

But I can not find it now.

Support for ASP.NET was removed from Dreamweaver some time ago (in CS4, I think).

If you want to restore the ASP.NET server behaviors in CS5, you need to install ASPNet_Support.mxp, which can be found in C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\configuration\DisabledFeatures in Windows or the similar location in the Applications folder on a Mac.

The server behaviors are no longer officially supported, but they perform the same functionality as in older versions of Dreamweaver.

Participant
July 6, 2011

Thanks David. I was able to enable the ASP.NET support for CS5.

But I wonder why Dreamweaver remove the support for ASP.NET.