Kevin
True but if you create the site in VS it will create the
web.config file for
you.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"Kevin Marshall" <kev@no-spam.webxel.com> wrote in
message
news:eeuh1i$iqg$1@forums.macromedia.com...
> With VS.NET 2005 you don't need to "create" a new site,
all you have to do
> is select open site and browse/select the root folder of
the DW site.
>
> Thats how I work with both tools.
>
> --
> Kevin Marshall
> WebXeL.com Ltd
>
http://www.webxel.com
>
> ASP.NET Dreamweaver Extensions
>
http://www.webxel-dw.co.uk
>
> "Paul Whitham AdobeCommunityExpert"
<design@valleybiz.net> wrote in
> message news:eesfcg$2si$1@forums.macromedia.com...
>> You have a couple of totally unnessecary steps in
this process. To work
>> with DW & VS you do not need 2 local sites.
Simple create the site in DW
>> as you have done in step one.
>>
>> Then in VS when you tell it to create a new site,
you point the directory
>> to the location that DW has saved the files to. VS
will tell you that the
>> location already has a site there, but it will give
you an option of
>> saving to the location.
>>
>> That way you have one local site and one remote.
>>
>>
>>
>> --
>> Paul Whitham
>> Certified Dreamweaver MX2004 Professional
>> Adobe Community Expert - Dreamweaver
>>
>> Valleybiz Internet Design
>> www.valleybiz.net
>>
>> "ricky0110" <webforumsuser@macromedia.com>
wrote in message
>> news:eerecn$ksn$1@forums.macromedia.com...
>>> Hi all,
>>>
>>> I have a quick and dirty solution and just
developed a site using this
>>> setup.
>>> At the end of the day it's a basic 30 page site
with registered users
>>> etc... so
>>> nothing too complicated. Not an ideal solution
but it works and allows
>>> you to
>>> work with VB files and seperate the code.
Definately not for the novice
>>> user as
>>> a lot of tweaking may bve required but studying
the difference in the
>>> two
>>> programmes files does help understand.
>>>
>>> Stage 1
>>> The initial site has been developed in
Dreamweaver 8. Templates, Library
>>> Items, Styles etc all created and a web server
set up on a seperate
>>> machine.
>>> DIV layers have been set up and made editable.
>>>
>>> For each of the pages I created a vb file in
Dreamweaver adding the
>>> Codefile &
>>> Inherits declarations.
>>>
>>> <%@ Page Language="VB"
ContentType="text/html"
>>> ResponseEncoding="iso-8859-1" %>
>>>
>>> with
>>>
>>> <%@ Page Language="VB"
AutoEventWireup="false"
>>> CodeFile="Default2.aspx.vb"
>>> Inherits="Default2" %>
>>>
>>> I understand that this may cause problems in the
future if templates are
>>> being
>>> used as your changes to the page declarations
will be removed but for
>>> smaller
>>> sites this can be resolved with a quick cut and
paste or snippets.
>>>
>>> At this stage we have two copies of the site
Local & Remote.
>>>
>>> Stage 2
>>> Create a new site in Visual Studio 2005 and
place in the default
>>> location.
>>> This will create all the necessary config files,
AppData etc.
>>>
>>> Set up the remote site as your Dreamweaver Local
copy and pull in this
>>> site to
>>> Visual Studio. You will now be able to do all
your coding & database
>>> work.
>>> Obviously you will have to be quite carefull not
to upset any
>>> dreamweaver
>>> markup but shouldn't be too bad if your working
with DIV layers...
>>>
>>> Stage 3
>>> Testing can be done at this stage using the
internal webserver that
>>> Visual
>>> studio operates. For users accounts the ASP
Configuration tool can be
>>> used and
>>> tested and Database connections set up etc. Once
your are fully happy
>>> that all
>>> your coding has been done.
>>>
>>> Stage 4
>>> Synchronise the Visual studio Local copy with
your Dreamweaver local
>>> site.
>>> then send this up to your webserver.
>>>
>>
>>
>
>