Fetching a copy from a live server, need help

  • Thread starter Thread starter noone
  • Start date Start date
N

noone

I will describe this problem as best I can.
OS win XP
Visual Studio Net 2003
IIS 5.1 Local
IIS 5.1 maybe 6.0 Remote

I lost my HD on my laptop, and thus my working copy of my site.
When I published my site I copied everything into a folder on the web
server.
I am having problems getting it back from the server and into VS. I copied
everything into a folder on the local machine and tried to import it into a
new VS project, but all I am able to get is the code behind.vb files.

Could someone please explain, or direct me to instructions on what I need to
do?

Thank you very much.

Jon W

pokersearch
 
Have you tried the File->Open-Project from Web?
This should connect and pull everything down from your site, including the
..aspx pages.
It will not pull any external projects as those are not published, only the
referenced assembly (.dll).
 
Back
Top