Integrate solution into IIS

  • Thread starter Thread starter rJ
  • Start date Start date
R

rJ

I have a vs.net 2003 solution that created on a different developer's
computer and backed up to a network drive. I have copied the solution
directory to my computer where my other projects reside and tried to open
it. Since it is a web project it of course will not open because the
virtual directory isn't in IIS on my computer. How do I get the solution in
IIS so I can open project. What is best was to backup and restore solutions
to different computers? Is there a built-in function in VS?

If I navigate to the directory that contains project and open solution or
proj file I receive below error:

Unable to read the project file 'wizapp.vbproj'. The system cannot find the
path specified.

Thanks.
 
I found solution to my prob. Simply create new solution with same name.
Then copy old proj files to directory under inetpub. All works now.
 
Back
Top