Ask a Question related to ASP.NET General, Design and Development.
-
Harley #1
Re: Receipe for moving an ASP.NET source tree
you should copy your web folder with all subfolders. that'd be enough...
then create the new virtual folder or website using the regular procedure
(management console, frontpage or vs.net) and copy the contents of your
previous site.
open vs.net, create a new project and point it to the new folder/site. it
will open it without any problems.
"Heinrich" <heinrichg@NOSPAM_idesign.net> wrote in message
news:025e01c356d6$3e31ff80$a501280a@phx.gbl...> Does anybody have a simple receipe on how to move ASP.NET
> source projects from one computer to another.
> Specifically:
>
> a) ZIP what directory
> b) How to setup new virtual directory, etc.
Harley Guest
-
Ext. data source and Tree component
Im using tree component and XMLConnector here. as far as i can see results in my tree (when testing my movie) it ouputs data thats loaded fom ext.... -
Tree Component & MSSQL Source
I'm trying to learn the Tree component and use it with data I've pulled through mssql -> PHP -> LSO and into (hopefully) the tree. All of the... -
moving data from one data source to another
I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert... -
Update Tree data source with RemoteObject results
I'm trying use a RemoteObject to dynamically populate a Tree Control, but when the data comes across the control is not updated with the results. ... -
Moving Randomly Moving Sprite To New Location on mouseEnter
Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this... -
Mark Heimonen #2
Re: Receipe for moving an ASP.NET source tree
You can also use Visual Studio .NET's "Project-->Copy Project" command. I
tell it to copy all files. This method automatically points the copied
project to the new directory correctly.
"Harley" <harleyobrien%40hotmail.com> wrote in message
news:%23xy5BawVDHA.2268@TK2MSFTNGP11.phx.gbl...> you should copy your web folder with all subfolders. that'd be enough...
> then create the new virtual folder or website using the regular procedure
> (management console, frontpage or vs.net) and copy the contents of your
> previous site.
> open vs.net, create a new project and point it to the new folder/site. it
> will open it without any problems.
>
> "Heinrich" <heinrichg@NOSPAM_idesign.net> wrote in message
> news:025e01c356d6$3e31ff80$a501280a@phx.gbl...>> > Does anybody have a simple receipe on how to move ASP.NET
> > source projects from one computer to another.
> > Specifically:
> >
> > a) ZIP what directory
> > b) How to setup new virtual directory, etc.
>
Mark Heimonen Guest



Reply With Quote

