Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conflict between Visual Studio .net and Macromedia Dreamweaver???

Status
Not open for further replies.

lehuong

Programmer
Sep 2, 2003
98
US
Hi all,
I have built my website with .html pages in Macromedia Dreamweaver and then I wanted to have my VB .net code into the pages. The problem here is after I inserted the code, the dreamweaver can not show the design view. So am I in the right track to built a website like that or I have to build the whole thing under VS .net? Should I build the web design in the dreamweaver first or VS .net first? How do you guys build your website? Please let me know. I knew that someone build .asp pages first then include them into a page and the dreaweaver will show the design. I got lost. Anyone, please help...
Thanks
lehuong
 
1) create a site in dreamweaver..dont add any server controls or any asp.net code..u will do this in vstudio..create the hyperlinks, images, page layouts etc
2) make sure the name of the virtual directory is the same as the name of the folder containing your site. this can be anywhere on ur PC
3) Create a project in visual studio.make the name is the same as the virtual directory created above..

4) the pages created in dmx will not show upin the vstudio project so what u will do isthis;
a) open the page in vstudio
b) right click it and choose add to project.
c) do that for all the pages created in dmx and now do ur asp.net coding
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top