/t5/dreamweaver-discussions/asp-net-aspx-vb-code/td-p/983165May 02, 2008
May 02, 2008
Copy link to clipboard
Copied
I am converting a web site from FrontPage to Dreamweaver and
have hit a dead end with the asps.vb code.
How do I get the aspx.vb code to run with Dreamweaver ? Is
there a place to drop the .dll file built with Visual Studio ?
The aspx.vb is writing to a SQL database.
I have the forms converted but don't know where to put the
aspx.vb code...
/t5/dreamweaver-discussions/asp-net-aspx-vb-code/m-p/983168#M167442May 05, 2008
May 05, 2008
Copy link to clipboard
Copied
LATEST
I'm an ASP.NET newbie and have had my own struggles
developing an ASP.NET application in DreamWeaver. In general, I
defer to the other posters in this group but I think you can use
DreamWeaver to design the pages and reference your aspx.vb code
using code-behind and put your .dll in the bin folder. When told
that DreamWeaver doesn't 'support' ASP.NET, that's in the sense
that it doesn't have good built-in wizards to create elements as is
the case with ASP. However, as I understand it, you should be able
to take an existing site and make it work. If I'm mis-stating
anything, I hope the experts out there will correct me.