-
ASP.NET & Dreamweaver MX
Anyone have any experience developing ASP.NET sites in Dreamweaver MX???
What I would like to do is create the site in Dreamweaver MX and not in the VS.NET IDE. I want to create the html pages in dreamweaver and then write the code in the codebehind pages in the VS.NET IDE or in Dreamweaver. Anyone know of any tutorials or links on how to do this????
My main concern is the difference in using the HTML controls vs. the WebForms controls.
-
It might be worth you taking a look at the www.asp.net forums, although i much prefer VBforums they do have very specific discussions forums there such as this one
http://www.asp.net/Forums/ShowForum....x=1&ForumID=34
Specifically for using Dreamweaver with asp.net
-
I'll check it out...thanks.
-
in my experience, Dreamweaver MX and VS.NET do not work very nicely together... Depending on how much effort you are willing to put into it, it's possible to work 'together' but not really effectively... what i usually do is create my site template in Dreamweaver, then simply copy and paste the html into a template file in vs.net, and base all my new webforms off that template, using some web user controls, etc.