jim copson:However we have lots of problems which I won't go into.
Hi jim copson,
Is there anything more detailed about "lots of problems"? As far as I know, it depends on which version of Visual Studio you are using.
For Visual Studio 2005, since it has its own lightweight web server, simply copy all the source files to another machine and then open it via “File | Open | Web Site… | File System” (for website project) or via “File | Open | Project/Solution…” (for web application project) will work without any problem. What we should notice is that the referenced assemblies in GAC should be installed on that machine as well.
However, for Visual Studio 2003, we should configue the copied web project as web application/virtual directory in IIS, and then open it via “File | Open | Project From Web… | http://localhost/projectName”. For this scenario, I have answered the similar issue before. Please check my reply in the following link.
How to re-create a lost Solution file?
http://forums.asp.net/t/1161541.aspx