Hi Bruce,
The ASP.NET webproject (for VS.NET2003 or 2002) can be opened in VS.NET
without nested in an existing solution. The important thing is to create
the correct Virtual directory to put your project files and page files on
the new box. You can open the .csproj.webinfo (or vbproj.webinfo) file
which is a hidden file , you'll find there is the url PATH info of your
asp.net project, something like:
<VisualStudioUNCWeb>
<Web URLPath =
"
http://localhost/WebApplication1/WebApplication1.csproj" />
</VisualStudioUNCWeb>
the above setting means you need to create an Virtual dir(configure as
Application) under the default site(localhost) in IIS , then put your
project files into that virtual dir. After that, you can directly click the
project file to open your web project.
If you have anything unclear, please feel free to post here. Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)