how to copy a project to another PC?

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

I have an ASP .Net project that I need to copy to
another PC. When I tried it, it did not work
by just creating the virtual directory, and copying the source files there.
Is there anything else that needs to be done ?
Thanks,

Carlos
 
What error message do you see?

Does your project include .vb or .cs code behind files? Did you copy
the .dll? Did you hit the "Create" button on the vdir tab to mark the
directory as an application?
 
Another common problem is editing the web path in the .webinfo file. That
has to be manually edited.

DalePres
 
Back
Top