Migrating from VS2003 to VS2008

  • Thread starter Thread starter CKKwan
  • Start date Start date
C

CKKwan

The Web Project in VS 2003 is created in the inetpub.

But in VS2005 / 2008, they store together in the project / soluction
directory.

Now, when I am migrating, how can I ensure that all these files (in
the inetpub) are moved into the project directory.

More importantly is that I do not have inetpub in my vista and is not
allowed to install.

Thanks in advance.
 
1. Open Windows Explorer
2. Copy the bits from Inetpub to where you want the project to sit
NOTE: You can open from inetpub too, but this is wiser
3. Open VS 2008
4. Choose Open >> Website
5. Find the folder
6. Click open

That is it if you are doing the local build thing.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top