I am taking over a project that has all the files on the server. It seems the project was build using a website project type.
What is the best way for me to re-create a vs.net solution?
Update
So I pulled all the files down, saved the solution.
Trying to Run the application but it says ‘getting files from server…”, how to I configure it to run locally now?
What I would do is copy all of the files locally first
Then create a new empty solution
Then right click and Open Existing Project (website)
Point to the existing file folder on your local machine
and there you should have all your files in working order.