Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Studio
  4. Move the Web Site project to another folder [modified]

Move the Web Site project to another folder [modified]

Scheduled Pinned Locked Moved Visual Studio
questioncsharpvisual-studio
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aecordoba
    wrote on last edited by
    #1

    Hi all! I'm (almost) newbie on Visual Studio. I've a solution created on VS2005 with some Windows Application projects and a Web Site. (Now, this solution was converted to VS2008) All Windows Application projects are in ...\Visual Studio 2005\Projects\ folder, and the Web Site is in ...\Visual Studio 2005\WebSites\. I need to move the Web Site project to ...\Visual Studio 2005\Projects\. Is this possible? (I know I can't move it by simple "cut and paste" method.) How can I move it? Thank you in advance.

    [Adrián Córdoba]

    modified on Sunday, September 28, 2008 7:31 PM

    H 1 Reply Last reply
    0
    • A aecordoba

      Hi all! I'm (almost) newbie on Visual Studio. I've a solution created on VS2005 with some Windows Application projects and a Web Site. (Now, this solution was converted to VS2008) All Windows Application projects are in ...\Visual Studio 2005\Projects\ folder, and the Web Site is in ...\Visual Studio 2005\WebSites\. I need to move the Web Site project to ...\Visual Studio 2005\Projects\. Is this possible? (I know I can't move it by simple "cut and paste" method.) How can I move it? Thank you in advance.

      [Adrián Córdoba]

      modified on Sunday, September 28, 2008 7:31 PM

      H Offline
      H Offline
      HemJoshi
      wrote on last edited by
      #2

      In website part u will find one file like urSoltion.csproj.webinfo. Open that file in notepad... Create a new vertual directory to map ur website and update the below path..It will work.. <VisualStudioUNCWeb> <Web URLPath = "http://localhost/urSoltion/urProject.csproj" /> </VisualStudioUNCWeb>

      A 1 Reply Last reply
      0
      • H HemJoshi

        In website part u will find one file like urSoltion.csproj.webinfo. Open that file in notepad... Create a new vertual directory to map ur website and update the below path..It will work.. <VisualStudioUNCWeb> <Web URLPath = "http://localhost/urSoltion/urProject.csproj" /> </VisualStudioUNCWeb>

        A Offline
        A Offline
        aecordoba
        wrote on last edited by
        #3

        Thank you, HemJoshi. The issue was just resolved, with the following steps: 1- Remove the WebSite from the solution in VS2008. 2- Move the WebSite folder to the new location. 3- Add an existing WebSite from the new folder to the solution. This procedure work fine. Thank you, anyway.

        [Adrián Córdoba]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups